浏览代码

GLTFLoader: Remove dependency on 'THREE.DRACOLoader' global

Don McCurdy 6 年之前
父节点
当前提交
a124078a6d
共有 1 个文件被更改,包括 0 次插入1 次删除
  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();
 
 	}