Enum TCullFace

Enum Documentation

enum class mrpt::viz::TCullFace : uint8_t

Enum for cull face modes in triangle-based shaders.

See also

CVisualObjectShaderTriangles, CVisualObjectShaderTexturedTriangles

Values:

enumerator NONE

The default: culls none, so all front and back faces are visible.

enumerator BACK

Skip back faces (those that are NOT seen in the CCW direction)

enumerator FRONT

Skip front faces (those that ARE seen in the CCW direction)