Explorar o código

GLTFLoader: Remove dependency on 'THREE.DRACOLoader' global

Don McCurdy %!s(int64=6) %!d(string=hai) anos
pai
achega
a124078a6d
Modificáronse 1 ficheiros con 0 adicións e 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();
 
 	}