ソースを参照

Examples: Fix `webgpu_water` GUI (#31014)

sunag 8 ヶ月 前
コミット
617ed86064
1 ファイル変更1 行追加1 行削除
  1. 1 1
      examples/webgpu_water.html

+ 1 - 1
examples/webgpu_water.html

@@ -149,7 +149,7 @@
 				// gui
 
 				const gui = new GUI();
-				const waterNode = water.material.fragmentNode;
+				const waterNode = water.material.colorNode;
 
 				gui.addColor( params, 'color' ).onChange( function ( value ) {
 

粤ICP备19079148号