提交 386ad679 编写于 作者: M Mugen87

Docs: Clean up.

上级 e59cf021
......@@ -73,7 +73,7 @@ var drawCount = 2; // draw the first 2 points, only
geometry.setDrawRange( 0, drawCount );
// material
var material = new THREE.LineBasicMaterial( { color: 0xff0000, linewidth: 2 } );
var material = new THREE.LineBasicMaterial( { color: 0xff0000 } );
// line
var line = new THREE.Line( geometry, material );
......
......@@ -69,7 +69,7 @@ var drawCount = 2; // draw the first 2 points, only
geometry.setDrawRange( 0, drawCount );
// material
var material = new THREE.LineBasicMaterial( { color: 0xff0000, linewidth: 2 } );
var material = new THREE.LineBasicMaterial( { color: 0xff0000 } );
// line
var line = new THREE.Line( geometry, material );
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册