Mr.doob 1 год назад
Родитель
Сommit
26a2b7b46a
3 измененных файлов с 2 добавлено и 0 удалено
  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;
 

Разница между файлами не показана из-за своего большого размера
+ 0 - 0
build/three.module.min.js


Некоторые файлы не были показаны из-за большого количества измененных файлов