isFrontFaceWindingInverted

Inverts winding for front face rendering.

Inverts the winding order of front faces. By default front faces use a counter-clockwise winding order. When the winding order is inverted, front faces are faces with a clockwise winding order.

Changing the winding order will directly affect the culling mode in materials (see com.google.android.filament.Material.getCullingMode).

Inverting the winding order of front faces is useful when rendering mirrored reflections (water, mirror surfaces, front camera in AR, etc.).

true to invert front faces, false otherwise.