We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4aacaf1 commit 294a1e5Copy full SHA for 294a1e5
packages/dev/loaders/src/glTF/2.0/Extensions/KHR_materials_anisotropy.ts
@@ -8,7 +8,7 @@ import type { IGLTFLoaderExtension } from "../glTFLoaderExtension";
8
import { GLTFLoader } from "../glTFLoader";
9
import type { IKHRMaterialsAnisotropy } from "babylonjs-gltf2interface";
10
import { registerGLTFExtension, unregisterGLTFExtension } from "../glTFLoaderExtensionRegistry";
11
-import { Vector2 } from "core/Maths";
+import { Vector2 } from "core/Maths/math.vector";
12
13
const NAME = "KHR_materials_anisotropy";
14
0 commit comments