- bottomRadius
double bottomRadius [@property getter]
double bottomRadius [@property setter]
Bottom radius of the cylinder.
- height
double height [@property getter]
double height [@property setter]
Full height of the cylinder.
- radialSegments
long radialSegments [@property getter]
long radialSegments [@property setter]
Number of radial segments on the cylinder.
- rings
long rings [@property getter]
long rings [@property setter]
Number of edge rings along the height of the cylinder.
- topRadius
double topRadius [@property getter]
double topRadius [@property setter]
Top radius of the cylinder.
Class representing a cylindrical PrimitiveMesh.
This class can be used to create cones by setting either the topRadius or bottomRadius properties to 0.0.