Bladeren bron

ConeGeometry Documentation (#9531)

Updated radiusSegments to radialSegments.
Nicky Lenaers 9 jaren geleden
bovenliggende
commit
7a0407fbde
1 gewijzigde bestanden met toevoegingen van 1 en 1 verwijderingen
  1. 1 1
      docs/api/extras/geometries/ConeGeometry.html

+ 1 - 1
docs/api/extras/geometries/ConeGeometry.html

@@ -42,7 +42,7 @@
 
 		<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 at the base. Default is 20.<br />
 		height — Height of the cone. Default is 100.<br />