Browse Source

removed "shading" property from MeshLambertMaterial

Mugen87 9 years ago
parent
commit
5145a6fea3
1 changed files with 0 additions and 4 deletions
  1. 0 4
      examples/webgl_particles_general.html

+ 0 - 4
examples/webgl_particles_general.html

@@ -553,7 +553,6 @@
 		var groundMaterial = new THREE.MeshLambertMaterial( {
 
 			color: 0xffffff,
-			shading: THREE.SmoothShading,
 			map: groundTexture,
 			vertexColors: THREE.NoColors,
 			side: THREE.BackSide
@@ -573,7 +572,6 @@
 		var campFireMaterial = new THREE.MeshLambertMaterial( {
 
 			color: 0xffffff,
-			shading: THREE.SmoothShading,
 			vertexColors: THREE.NoColors,
 			side: THREE.FrontSide
 
@@ -606,7 +604,6 @@
 		var rockMaterial = new THREE.MeshLambertMaterial( {
 
 			color: 0xffffff,
-			shading: THREE.SmoothShading,
 			vertexColors: THREE.NoColors,
 			side: THREE.FrontSide
 
@@ -653,7 +650,6 @@
 		var treeMaterial = new THREE.MeshLambertMaterial( {
 
 			color: 0xffffff,
-			shading: THREE.SmoothShading,
 			vertexColors: THREE.NoColors,
 			side: THREE.FrontSide