File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
packages/dev/loaders/src/glTF/2.0 Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 22import type { Nullable } from "core/types" ;
33import type { Material } from "core/Materials/material" ;
44import { Color3 } from "core/Maths/math.color" ;
5+ import { Vector3 } from "core/Maths/math.vector" ;
56import type { BaseTexture } from "core/Materials/Textures/baseTexture" ;
67import type { IMaterial , ITextureInfo } from "../glTFLoaderInterfaces" ;
78import type { IGLTFLoaderExtension } from "../glTFLoaderExtension" ;
89import { GLTFLoader } from "../glTFLoader" ;
910import type { IKHRMaterialsVolume } from "babylonjs-gltf2interface" ;
1011import { registerGLTFExtension , unregisterGLTFExtension } from "../glTFLoaderExtensionRegistry" ;
11- import { Vector3 } from "core/Maths" ;
1212
1313const NAME = "KHR_materials_volume" ;
1414
Original file line number Diff line number Diff line change @@ -3,8 +3,8 @@ import type { Material } from "core/Materials/material";
33import type { BaseTexture } from "core/Materials/Textures/baseTexture" ;
44import type { Nullable } from "core/types" ;
55import { Color3 } from "core/Maths/math.color" ;
6+ import { Vector3 } from "core/Maths/math.vector" ;
67import type { IMaterialLoadingAdapter } from "./materialLoadingAdapter" ;
7- import { Vector3 } from "core/Maths" ;
88
99/**
1010 * Material Loading Adapter for OpenPBR materials that provides a unified OpenPBR-like interface.
You can’t perform that action at this time.
0 commit comments