CapsuleMesh¶
Inherits: PrimitiveMesh < Mesh < Resource < RefCounted < Object
Class representing a capsule-shaped PrimitiveMesh.
Description¶
Class representing a capsule-shaped PrimitiveMesh.
Properties¶
|
||
|
||
|
||
|
Property Descriptions¶
float height = 2.0
Total height of the capsule mesh (including the hemispherical ends).
int radial_segments = 64
Number of radial segments on the capsule mesh.
float radius = 0.5
Radius of the capsule mesh.
int rings = 8
Number of rings along the height of the capsule.