Explorar el Código

GLTFLoader: Remove dependency on 'THREE.DRACOLoader' global

Don McCurdy hace 6 años
padre
commit
a124078a6d
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  1. 0 1
      examples/js/loaders/GLTFLoader.js

+ 0 - 1
examples/js/loaders/GLTFLoader.js

@@ -496,7 +496,6 @@ THREE.GLTFLoader = ( function () {
 		this.name = EXTENSIONS.KHR_DRACO_MESH_COMPRESSION;
 		this.json = json;
 		this.dracoLoader = dracoLoader;
-		THREE.DRACOLoader.getDecoderModule();
 
 	}