Explorar el Código

Updated builds.

Mr.doob hace 1 año
padre
commit
26a2b7b46a
Se han modificado 3 ficheros con 2 adiciones y 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;
 

La diferencia del archivo ha sido suprimido porque es demasiado grande
+ 0 - 0
build/three.module.min.js


Algunos archivos no se mostraron porque demasiados archivos cambiaron en este cambio