KallistiOS  2.0.0
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups
Macros
PVR culling modes

Macros

#define PVR_CULLING_NONE   0
 Disable culling.
#define PVR_CULLING_SMALL   1
 Cull if small.
#define PVR_CULLING_CCW   2
 Cull if counterclockwise.
#define PVR_CULLING_CW   3
 Cull if clockwise.

Detailed Description

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.


Macro Definition Documentation

#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.