2
0
Mr.doob 3 жил өмнө
parent
commit
50bcb8d991

+ 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) {

Файлын зөрүү хэтэрхий том тул дарагдсан байна
+ 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;
 

Энэ ялгаанд хэт олон файл өөрчлөгдсөн тул зарим файлыг харуулаагүй болно