瀏覽代碼

Fixed webvr_sculpt and webvr_vive_sculpt.

Mr.doob 6 年之前
父節點
當前提交
1a6ed6bf99
共有 2 個文件被更改,包括 2 次插入2 次删除
  1. 1 1
      examples/webvr_sculpt.html
  2. 1 1
      examples/webvr_vive_sculpt.html

+ 1 - 1
examples/webvr_sculpt.html

@@ -197,7 +197,7 @@
 					metalness: 0.0
 				} );
 
-				blob = new MarchingCubes( 64, material, true );
+				blob = new MarchingCubes( 64, material );
 				blob.position.y = 1;
 				scene.add( blob );
 

+ 1 - 1
examples/webvr_vive_sculpt.html

@@ -181,7 +181,7 @@
 					metalness: 0.0
 				} );
 
-				blob = new MarchingCubes( 64, material, true );
+				blob = new MarchingCubes( 64, material );
 				blob.position.y = 1;
 				scene.add( blob );