diff --git a/docs/api/materials/MeshPhongMaterial.html b/docs/api/materials/MeshPhongMaterial.html index 1076bc2114ebbfa616731dd83255e6ec3c45bd67..65ec01a22fd423d7933c0cbd32ee06cd47acd3ad 100644 --- a/docs/api/materials/MeshPhongMaterial.html +++ b/docs/api/materials/MeshPhongMaterial.html @@ -135,12 +135,7 @@

.[page:boolean wrapAround]

todo -
- -

.[page:boolean perPixel]

-
- todo -
+

.[page:object normalMap]

diff --git a/src/materials/MeshPhongMaterial.js b/src/materials/MeshPhongMaterial.js index 05cdeb528976e4e6789a72ed3ab68e77351161ca..74c4e29c21743f453b68c46410680a6df92c4c35 100644 --- a/src/materials/MeshPhongMaterial.js +++ b/src/materials/MeshPhongMaterial.js @@ -111,7 +111,6 @@ THREE.MeshPhongMaterial.prototype.clone = function () { material.shininess = this.shininess; material.metal = this.metal; - material.perPixel = this.perPixel; material.wrapAround = this.wrapAround; material.wrapRGB.copy( this.wrapRGB );