|
@@ -6,7 +6,7 @@ export class CylinderBufferGeometry extends BufferGeometry {
|
|
|
* @param [radiusTop=1] — Radius of the cylinder at the top.
|
|
|
* @param [radiusBottom=1] — Radius of the cylinder at the bottom.
|
|
|
* @param [height=1] — Height of the cylinder.
|
|
|
- * @param [radiusSegments=8] — Number of segmented faces around the circumference of the cylinder.
|
|
|
+ * @param [radialSegments=8] — Number of segmented faces around the circumference of the cylinder.
|
|
|
* @param [heightSegments=1] — Number of rows of faces along the height of the cylinder.
|
|
|
* @param [openEnded=false] - A Boolean indicating whether or not to cap the ends of the cylinder.
|
|
|
* @param [thetaStart=0]
|