2
0
Эх сурвалжийг харах

Merge pull request #13747 from FarhadG/patch-1

Update ConeGeometry's documentation
Mr.doob 7 жил өмнө
parent
commit
ff4a433573

+ 2 - 2
docs/api/geometries/ConeGeometry.html

@@ -44,8 +44,8 @@
 
 		<h3>[name]([param:Float radius], [param:Float height], [param:Integer radialSegments], [param:Integer heightSegments], [param:Boolean openEnded], [param:Float thetaStart], [param:Float thetaLength])</h3>
 		<div>
-		radius — Radius of the cone at the base. Default is 20.<br />
-		height — Height of the cone. Default is 100.<br />
+		radius — Radius of the cone at the base. Default is 1.<br />
+		height — Height of the cone. Default is 1.<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 />