Cylinder
-
class
Cylinder
The Cylinder class is a concept class for cylinder-related enum classes.
Public Types
-
enum class
Capping
: uint32_t Enumerates the type of capping geometry to use for cylinders.
Values:
-
enumerator
None
Neither cylinder end will be capped.
-
enumerator
First
Only the first cylinder end will be capped.
-
enumerator
Last
Only the second cylinder end will be capped.
-
enumerator
Both
Both cylinder ends will be capped.
-
enumerator
-
enum class
Component
: uint32_t Enumerates the cylinder components vertex colors can be applied to.
Values:
-
enumerator
Faces
The vertex colors applied to faces.
-
enumerator
Edges
The vertex colors applied to edges.
-
enumerator
-
enum class
Orientation
: uint32_t Allows reversing of cylinder colors, radii, or both
Values:
-
enum class