瀏覽代碼

Examples: Clean up. (#21432)

Michael Herzog 4 年之前
父節點
當前提交
56e5d4d19c
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      examples/webgl_marchingcubes.html

+ 1 - 1
examples/webgl_marchingcubes.html

@@ -181,7 +181,7 @@
 				},
 
 				"flat": {
-					m: new THREE.MeshLambertMaterial( { color: 0x000000, flatShading: true } ),
+					m: new THREE.MeshLambertMaterial( { color: 0x000000 } ),
 					h: 0, s: 0, l: 1
 				},