Explorar o código

Examples: Clean up. (#21432)

Michael Herzog %!s(int64=4) %!d(string=hai) anos
pai
achega
56e5d4d19c
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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
 				},