Gary Hsu 5 lat temu
rodzic
commit
4c31b38db7
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      loaders/src/glTF/1.0/glTFBinaryExtension.ts

+ 1 - 1
loaders/src/glTF/1.0/glTFBinaryExtension.ts

@@ -4,7 +4,7 @@ import { Scene } from "babylonjs/scene";
 import { IGLTFLoaderData } from "../glTFFileLoader";
 import { IGLTFRuntime, IGLTFTexture, IGLTFImage, IGLTFBufferView, EComponentType, IGLTFShader } from "./glTFLoaderInterfaces";
 import { GLTFLoader, GLTFLoaderBase } from "./glTFLoader";
-import { IDataBuffer } from '../dataReader';
+import { IDataBuffer } from 'babylonjs/Misc/dataReader';
 
 const BinaryExtensionBufferName = "binary_glTF";