Optional
bottomCap?: booleanCreate bottom cap. Default = true.
Optional
bottomRadius?: numberBottom radius of truncated cone. Default = 1
Optional
height?: numberHeight of truncated cone. Default = 1
Optional
radialSubdivisions?: numberThe number of subdivisions around the truncated cone. Default = 24
Optional
topCap?: booleanCreate top cap. Default = true.
Optional
topRadius?: numberTop radius of truncated cone. Default = 0
Optional
verticalSubdivisions?: numberThe number of subdivisions down the truncated cone. Default = 1
The created cone vertices.
Creates vertices for a truncated cone, which is like a cylinder except that it has different top and bottom radii. A truncated cone can also be used to create cylinders and regular cones. The truncated cone will be created centered about the origin, with the y axis as its vertical axis. .