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