Sfoglia il codice sorgente

frustrum -> frustum (#27970)

Renaud Rohlinger 1 anno fa
parent
commit
1a09fbe3f1
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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;
 
 	}