Przeglądaj źródła

Update webgpu_postprocessing_ao.html

Remove unused argument.
Michael Herzog 1 miesiąc temu
rodzic
commit
8ea91af7a8
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      examples/webgpu_postprocessing_ao.html

+ 1 - 1
examples/webgpu_postprocessing_ao.html

@@ -138,7 +138,7 @@
 				aoPass.resolutionScale = 0.5; // running AO in half resolution is often sufficient
 				aoPass.useTemporalFiltering = true;
 
-				const aoPassOutput = aoPass.getTextureNode( 'output' );
+				const aoPassOutput = aoPass.getTextureNode();
 
 				// scene context
 

粤ICP备19079148号