KallistiOS git master
Independent SDK for the Sega Dreamcast
|
Modifier volume modes for PowerVR primitive contexts More...
Macros | |
#define | PVR_MODIFIER_OTHER_POLY 0 |
Not the last polygon in the volume. | |
#define | PVR_MODIFIER_INCLUDE_LAST_POLY 1 |
Last polygon, inclusion volume. | |
#define | PVR_MODIFIER_EXCLUDE_LAST_POLY 2 |
Last polygon, exclusion volume. | |
Modifier volume modes for PowerVR primitive contexts
All triangles in a single modifier volume should be of the other poly type, except for the last one. That should be either of the other two types, depending on whether you want an inclusion or exclusion volume.
#define PVR_MODIFIER_EXCLUDE_LAST_POLY 2 |
Last polygon, exclusion volume.
#define PVR_MODIFIER_INCLUDE_LAST_POLY 1 |
Last polygon, inclusion volume.
#define PVR_MODIFIER_OTHER_POLY 0 |
Not the last polygon in the volume.