Browse Source

Examples: Clean up. (#21432)

Michael Herzog 4 years ago
parent
commit
56e5d4d19c
1 changed files with 1 additions and 1 deletions
  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
 				},