2
0
Renaud Rohlinger 1 жил өмнө
parent
commit
1a09fbe3f1

+ 1 - 1
examples/jsm/utils/TextureUtils.js

@@ -48,7 +48,7 @@ export function decompress( texture, maxTextureSize = Infinity, renderer = null
 	if ( ! fullscreenQuad ) {
 
 		fullscreenQuad = new Mesh( fullscreenQuadGeometry, fullscreenQuadMaterial );
-		fullscreenQuad.frustrumCulled = false;
+		fullscreenQuad.frustumCulled = false;
 
 	}