提交 30a4eaea 编写于 作者: M Mr.doob

More perPixel removal.

上级 545a6e10
......@@ -135,12 +135,7 @@
<h3>.[page:boolean wrapAround]</h3>
<div>
todo
</div>
<h3>.[page:boolean perPixel]</h3>
<div>
todo
</div>
</div>
<h3>.[page:object normalMap]</h3>
<div>
......
......@@ -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 );
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册