Browse Source

More perPixel removal.

Mr.doob 11 years ago
parent
commit
30a4eaea88
2 changed files with 1 additions and 7 deletions
  1. 1 6
      docs/api/materials/MeshPhongMaterial.html
  2. 0 1
      src/materials/MeshPhongMaterial.js

+ 1 - 6
docs/api/materials/MeshPhongMaterial.html

@@ -135,12 +135,7 @@
 		<h3>.[page:boolean wrapAround]</h3>
 		<h3>.[page:boolean wrapAround]</h3>
 		<div>
 		<div>
 		todo
 		todo
-		</div> 
-
-		<h3>.[page:boolean perPixel]</h3>
-		<div>
-		todo
-		</div> 
+		</div>
 
 
 		<h3>.[page:object normalMap]</h3>
 		<h3>.[page:object normalMap]</h3>
 		<div>
 		<div>

+ 0 - 1
src/materials/MeshPhongMaterial.js

@@ -111,7 +111,6 @@ THREE.MeshPhongMaterial.prototype.clone = function () {
 	material.shininess = this.shininess;
 	material.shininess = this.shininess;
 
 
 	material.metal = this.metal;
 	material.metal = this.metal;
-	material.perPixel = this.perPixel;
 
 
 	material.wrapAround = this.wrapAround;
 	material.wrapAround = this.wrapAround;
 	material.wrapRGB.copy( this.wrapRGB );
 	material.wrapRGB.copy( this.wrapRGB );