|
@@ -490,6 +490,7 @@ THREE.GLTFLoader = ( function () {
|
|
this.name = EXTENSIONS.KHR_DRACO_MESH_COMPRESSION;
|
|
this.name = EXTENSIONS.KHR_DRACO_MESH_COMPRESSION;
|
|
this.json = json;
|
|
this.json = json;
|
|
this.dracoLoader = dracoLoader;
|
|
this.dracoLoader = dracoLoader;
|
|
|
|
+ this.dracoLoader.preload();
|
|
|
|
|
|
}
|
|
}
|
|
|
|
|