Przeglądaj źródła

Fixed DeepScan issue.

mrdoob 2 lat temu
rodzic
commit
bf7a89e3c7
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      examples/jsm/renderers/webgpu/WebGPUBackend.js

+ 1 - 1
examples/jsm/renderers/webgpu/WebGPUBackend.js

@@ -467,7 +467,7 @@ class WebGPUBackend extends Backend {
 
 				if ( results[ i ] !== 0n ) {
 
-					occluded.add( currentOcclusionQueryObjects[ i ], true );
+					occluded.add( currentOcclusionQueryObjects[ i ] );
 
 				}
 

粤ICP备19079148号