|
@@ -47,9 +47,9 @@ var material = new THREE.LineBasicMaterial( { color : 0xff0000 } );
|
|
|
|
|
|
<h3>[property:Boolean closed] – curve loops back onto itself when true. False by default.</h3>
|
|
|
|
|
|
- <h3>[property:String type] - possible values are `centripetal` (default), `chordal` and `catmullrom`
|
|
|
+ <h3>[property:String type] - possible values are `centripetal` (default), `chordal` and `catmullrom`</h3>
|
|
|
|
|
|
- <h3>[property:float tension] - when type is `catmullrom`, defines catmullrom's tension. Defaults to 0.5
|
|
|
+ <h3>[property:float tension] - when type is `catmullrom`, defines catmullrom's tension. Defaults to 0.5</h3>
|
|
|
|
|
|
<h2>Methods</h2>
|
|
|
|