Function PrimitiveMesh.flipFaces
If set, the order of the vertices in each triangle are reversed resulting in the backside of the mesh being drawn.
This gives the same result as using constant SpatialMaterial
in SpatialMaterial
.
bool flipFaces() nothrow @property @nogc;
void flipFaces
(
bool v
) nothrow @property @nogc;