Explorar o código

Updated builds.

Mr.doob hai 1 ano
pai
achega
26a2b7b46a
Modificáronse 3 ficheiros con 2 adicións e 0 borrados
  1. 1 0
      build/three.cjs
  2. 1 0
      build/three.module.js
  3. 0 0
      build/three.module.min.js

+ 1 - 0
build/three.cjs

@@ -46437,6 +46437,7 @@ class ObjectLoader extends Loader {
 		const skeletons = this.parseSkeletons( json.skeletons, object );
 
 		this.bindSkeletons( object, skeletons );
+		this.bindLightTargets( object );
 
 		return object;
 

+ 1 - 0
build/three.module.js

@@ -46435,6 +46435,7 @@ class ObjectLoader extends Loader {
 		const skeletons = this.parseSkeletons( json.skeletons, object );
 
 		this.bindSkeletons( object, skeletons );
+		this.bindLightTargets( object );
 
 		return object;
 

A diferenza do arquivo foi suprimida porque é demasiado grande
+ 0 - 0
build/three.module.min.js


Algúns arquivos non se mostraron porque demasiados arquivos cambiaron neste cambio