You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
radius — Radius of the cone base. Default is 20.<br/>
35
+
height — Height of the cone. Default is 100.<br/>
36
+
radiusSegments — Number of segmented faces around the circumference of the cone. Default is 8<br/>
37
+
heightSegments — Number of rows of faces along the height of the cone. Default is 1.<br/>
38
+
openEnded — A Boolean indicating whether the ends of the cone are open or capped. Default is false, meaning capped.<br/>
39
+
thetaStart — Start angle for first segment, default = 0 (three o'clock position).<br/>
40
+
thetaLength — The central angle, often called theta, of the circular sector. The default is 2*Pi, which makes for a complete cone.
41
+
</div>
42
+
43
+
44
+
<h2>Properties</h2>
45
+
46
+
<div>
47
+
Each of the constructor parameters is accessible as a property of the same name. Any modification of these properties after instantiation does not change the geometry.
radius — Radius of the cone at the base. Default is 20.<br/>
35
+
height — Height of the cone. Default is 100.<br/>
36
+
radiusSegments — Number of segmented faces around the circumference of the cone. Default is 8<br/>
37
+
heightSegments — Number of rows of faces along the height of the cone. Default is 1.<br/>
38
+
openEnded — A Boolean indicating whether the ends of the cone are open or capped. Default is false, meaning capped.<br/>
39
+
thetaStart — Start angle for first segment, default = 0 (three o'clock position).<br/>
40
+
thetaLength — The central angle, often called theta, of the circular sector. The default is 2*Pi, which makes for a complete cone.
41
+
</div>
42
+
43
+
44
+
<h2>Properties</h2>
45
+
46
+
<div>
47
+
Each of the constructor parameters is accessible as a property of the same name. Any modification of these properties after instantiation does not change the geometry.
0 commit comments