SphereMesh
Class representing a spherical PrimitiveMesh.
Class representing a spherical PrimitiveMesh.
- height
| |
Setter | set_height(value) |
Getter | get_height() |
Full height of the sphere.
- bool is_hemisphere
If true
, a hemisphere is created rather than a full sphere.
Note: To get a regular hemisphere, the height and radius of the sphere must be equal.
Default |
|
Setter | |
Getter | get_radial_segments() |
Number of radial segments on the sphere.
- radius
Radius of sphere.
- int rings
Default |
|
Setter | set_rings(value) |
Getter | get_rings() |
Number of segments along the height of the sphere.