2
0
Michael Herzog 4 жил өмнө
parent
commit
56e5d4d19c

+ 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
 				},