Skip to content

Commit ff4a433

Browse files
authored
Merge pull request #13747 from FarhadG/patch-1
Update ConeGeometry's documentation
2 parents dd00560 + c7b97c2 commit ff4a433

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/api/geometries/ConeGeometry.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,8 @@ <h2>Constructor</h2>
4444

4545
<h3>[name]([param:Float radius], [param:Float height], [param:Integer radialSegments], [param:Integer heightSegments], [param:Boolean openEnded], [param:Float thetaStart], [param:Float thetaLength])</h3>
4646
<div>
47-
radius — Radius of the cone at the base. Default is 20.<br />
48-
height — Height of the cone. Default is 100.<br />
47+
radius — Radius of the cone at the base. Default is 1.<br />
48+
height — Height of the cone. Default is 1.<br />
4949
radialSegments — Number of segmented faces around the circumference of the cone. Default is 8<br />
5050
heightSegments — Number of rows of faces along the height of the cone. Default is 1.<br />
5151
openEnded — A Boolean indicating whether the base of the cone is open or capped. Default is false, meaning capped.<br />

0 commit comments

Comments
 (0)