We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 545a6e1 commit 30a4eaeCopy full SHA for 30a4eae
2 files changed
docs/api/materials/MeshPhongMaterial.html
@@ -135,12 +135,7 @@ <h3>.[page:number bumpScale]</h3>
135
<h3>.[page:boolean wrapAround]</h3>
136
<div>
137
todo
138
- </div>
139
-
140
- <h3>.[page:boolean perPixel]</h3>
141
- <div>
142
- todo
143
+ </div>
144
145
<h3>.[page:object normalMap]</h3>
146
src/materials/MeshPhongMaterial.js
@@ -111,7 +111,6 @@ THREE.MeshPhongMaterial.prototype.clone = function () {
111
material.shininess = this.shininess;
112
113
material.metal = this.metal;
114
- material.perPixel = this.perPixel;
115
116
material.wrapAround = this.wrapAround;
117
material.wrapRGB.copy( this.wrapRGB );
0 commit comments