Răsfoiți Sursa

Updated builds.

Mr.doob 3 ani în urmă
părinte
comite
50bcb8d991
4 a modificat fișierele cu 3 adăugiri și 3 ștergeri
  1. 1 1
      build/three.cjs
  2. 1 1
      build/three.js
  3. 0 0
      build/three.min.js
  4. 1 1
      build/three.module.js

+ 1 - 1
build/three.cjs

@@ -6258,7 +6258,7 @@ class Object3D extends EventDispatcher {
 				}
 			}
 
-			if (this.environment && this.environment.isTexture) {
+			if (this.environment && this.environment.isTexture && this.environment.isRenderTargetTexture !== true) {
 				object.environment = this.environment.toJSON(meta).uuid;
 			}
 		} else if (this.isMesh || this.isLine || this.isPoints) {

+ 1 - 1
build/three.js

@@ -6260,7 +6260,7 @@
 					}
 				}
 
-				if (this.environment && this.environment.isTexture) {
+				if (this.environment && this.environment.isTexture && this.environment.isRenderTargetTexture !== true) {
 					object.environment = this.environment.toJSON(meta).uuid;
 				}
 			} else if (this.isMesh || this.isLine || this.isPoints) {

Fișier diff suprimat deoarece este prea mare
+ 0 - 0
build/three.min.js


+ 1 - 1
build/three.module.js

@@ -8144,7 +8144,7 @@ class Object3D extends EventDispatcher {
 
 			}
 
-			if ( this.environment && this.environment.isTexture ) {
+			if ( this.environment && this.environment.isTexture && this.environment.isRenderTargetTexture !== true ) {
 
 				object.environment = this.environment.toJSON( meta ).uuid;
 

Unele fișiere nu au fost afișate deoarece prea multe fișiere au fost modificate în acest diff

粤ICP备19079148号