Function SphereMesh.isHemisphere
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.
bool isHemisphere() nothrow @property @nogc;
void isHemisphere
(
bool v
) nothrow @property @nogc;