Skip to content

Commit 7a0407f

Browse files
Nicky Lenaersmrdoob
authored andcommitted
ConeGeometry Documentation (mrdoob#9531)
Updated radiusSegments to radialSegments.
1 parent 0b8ba82 commit 7a0407f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/api/extras/geometries/ConeGeometry.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ <h2>Example</h2>
4242

4343
<h2>Constructor</h2>
4444

45-
<h3>[name]([page:Float radius], [page:Float height], [page:Integer radiusSegments], [page:Integer heightSegments], [page:Boolean openEnded], [page:Float thetaStart], [page:Float thetaLength])</h3>
45+
<h3>[name]([page:Float radius], [page:Float height], [page:Integer radialSegments], [page:Integer heightSegments], [page:Boolean openEnded], [page:Float thetaStart], [page:Float thetaLength])</h3>
4646
<div>
4747
radius — Radius of the cone at the base. Default is 20.<br />
4848
height — Height of the cone. Default is 100.<br />

0 commit comments

Comments
 (0)