Class CapsuleMesh
Class representing a capsule-shaped PrimitiveMesh.
- Inheritance
-
CapsuleMesh
Remarks
Class representing a capsule-shaped PrimitiveMesh.
Properties
height
Total height of the capsule mesh (including the hemispherical ends).
var height : float = 2.0
Property Value
Remarks
radial_segments
Number of radial segments on the capsule mesh.
var radial_segments : int = 64
Property Value
Remarks
radius
Radius of the capsule mesh.
var radius : float = 0.5
Property Value
Remarks
rings
Number of rings along the height of the capsule.
var rings : int = 8