SphereMesh.isHemisphere

Determines whether a full sphere or a hemisphere is created. Attention: To get a regular hemisphere the height and radius of the sphere have to equal. Defaults to false.

  1. bool isHemisphere [@property getter]
  2. bool isHemisphere [@property setter]
    struct SphereMesh
    @nogc nothrow @property
    void
    isHemisphere
    (
    bool v
    )

Meta