Просмотр исходного кода

Update webgpu_postprocessing_ao.html

Remove unused argument.
Michael Herzog 1 месяц назад
Родитель
Сommit
8ea91af7a8
1 измененных файлов с 1 добавлено и 1 удалено
  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号