Renaud Rohlinger 1 рік тому
батько
коміт
1a09fbe3f1
1 змінених файлів з 1 додано та 1 видалено
  1. 1 1
      examples/jsm/utils/TextureUtils.js

+ 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;
 
 	}