提交 82b9a10a 编写于 作者: M Mr.doob

Added linewidth to ShaderMaterial. Closes #3255.

上级 676e8928
......@@ -41,6 +41,8 @@ THREE.ShaderMaterial = function ( parameters ) {
this.shading = THREE.SmoothShading;
this.linewidth = 1;
this.wireframe = false;
this.wireframeLinewidth = 1;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册