KallistiOS
##version##
|
Macros | |
#define | PVR_CULLING_NONE 0 |
Disable culling. More... | |
#define | PVR_CULLING_SMALL 1 |
Cull if small. More... | |
#define | PVR_CULLING_CCW 2 |
Cull if counterclockwise. More... | |
#define | PVR_CULLING_CW 3 |
Cull if clockwise. More... | |
These culling modes can be set by polygons to determine when they are culled. They work pretty much as you'd expect them to if you've ever used any 3D hardware before.
#define PVR_CULLING_CCW 2 |
Cull if counterclockwise.
#define PVR_CULLING_CW 3 |
Cull if clockwise.
#define PVR_CULLING_NONE 0 |
Disable culling.
#define PVR_CULLING_SMALL 1 |
Cull if small.