|
@@ -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 );
|