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.CULL_BACK in SpatialMaterial.paramsCullMode.

bool flipFaces() nothrow @property @nogc;

void flipFaces (
  bool v
) nothrow @property @nogc;