Gary Hsu hace 5 años
padre
commit
4c31b38db7
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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";