flipWinding property
True when transform mirrors, i.e. has a negative determinant.
Mirroring reverses on-screen triangle orientation, so the renderer must flip its front-face winding or backface culling discards exactly the faces meant to be visible.
Implementation
final bool flipWinding;