Skip to content

Commit 30a4eae

Browse files
committed
More perPixel removal.
1 parent 545a6e1 commit 30a4eae

2 files changed

Lines changed: 1 addition & 7 deletions

File tree

docs/api/materials/MeshPhongMaterial.html

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -135,12 +135,7 @@ <h3>.[page:number bumpScale]</h3>
135135
<h3>.[page:boolean wrapAround]</h3>
136136
<div>
137137
todo
138-
</div>
139-
140-
<h3>.[page:boolean perPixel]</h3>
141-
<div>
142-
todo
143-
</div>
138+
</div>
144139

145140
<h3>.[page:object normalMap]</h3>
146141
<div>

src/materials/MeshPhongMaterial.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,6 @@ THREE.MeshPhongMaterial.prototype.clone = function () {
111111
material.shininess = this.shininess;
112112

113113
material.metal = this.metal;
114-
material.perPixel = this.perPixel;
115114

116115
material.wrapAround = this.wrapAround;
117116
material.wrapRGB.copy( this.wrapRGB );

0 commit comments

Comments
 (0)