KallistiOS  2.0.0
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups
Macros
Modifier volume mode parameters

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.

Detailed Description

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.


Macro Definition Documentation

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