|
@@ -42,11 +42,11 @@
|
|
|
|
|
|
<h2>Constructor</h2>
|
|
|
|
|
|
- <h3>[name]([page:Float radius], [page:Float height], [page:Integer radiusSegments], [page:Integer heightSegments], [page:Boolean openEnded], [page:Float thetaStart], [page:Float thetaLength])</h3>
|
|
|
+ <h3>[name]([page:Float radius], [page:Float height], [page:Integer radialSegments], [page:Integer heightSegments], [page:Boolean openEnded], [page:Float thetaStart], [page:Float thetaLength])</h3>
|
|
|
<div>
|
|
|
radius — Radius of the cone base. Default is 20.<br />
|
|
|
height — Height of the cone. Default is 100.<br />
|
|
|
- radiusSegments — Number of segmented faces around the circumference of the cone. Default is 8<br />
|
|
|
+ radialSegments — Number of segmented faces around the circumference of the cone. Default is 8<br />
|
|
|
heightSegments — Number of rows of faces along the height of the cone. Default is 1.<br />
|
|
|
openEnded — A Boolean indicating whether the base of the cone is open or capped. Default is false, meaning capped.<br />
|
|
|
thetaStart — Start angle for first segment, default = 0 (three o'clock position).<br />
|