Browse Source

Fix TSDoc for CylinderBufferGeometry

Kevin LEVRON 4 years ago
parent
commit
9d521b63ee
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/geometries/CylinderBufferGeometry.d.ts

+ 1 - 1
src/geometries/CylinderBufferGeometry.d.ts

@@ -6,7 +6,7 @@ export class CylinderBufferGeometry extends BufferGeometry {
 	 * @param [radiusTop=1] — Radius of the cylinder at the top.
 	 * @param [radiusTop=1] — Radius of the cylinder at the top.
 	 * @param [radiusBottom=1] — Radius of the cylinder at the bottom.
 	 * @param [radiusBottom=1] — Radius of the cylinder at the bottom.
 	 * @param [height=1] — Height of the cylinder.
 	 * @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 [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 [openEnded=false] - A Boolean indicating whether or not to cap the ends of the cylinder.
 	 * @param [thetaStart=0]
 	 * @param [thetaStart=0]