提交 6124ef0b 编写于 作者: M Mr.doob 提交者: GitHub

Merge pull request #10382 from Glinkis/dev

Updates the documentation for LineBasicMaterial and LineDashedMaterial
......@@ -38,7 +38,7 @@
<code>
var material = new THREE.LineBasicMaterial( {
color: 0xffffff,
lineWidth: 1,
linewidth: 1,
linecap: 'round', //ignored by WebGLRenderer
linejoin: 'round' //ignored by WebGLRenderer
} );
......
......@@ -24,7 +24,7 @@
<code>
var material = new THREE.LineDashedMaterial( {
color: 0xffffff,
lineWidth: 1,
linewidth: 1,
scale: 1,
dashSize: 3,
gapSize: 1,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册