CF_CullMode¶
Category: graphics
GitHub: cute_graphics.h
Settings to control if triangles are culled in clockwise order, counter-clockwise order, or not at all.
Values¶
Enum | Description |
---|---|
CULL_MODE_NONE | No culling at all. |
CULL_MODE_FRONT | Cull triangles ordered clockwise. |
CULL_MODE_BACK | Cull triangles ordered counter-clockwise. |