KallistiOS git master
Independent SDK for the Sega Dreamcast
|
Enable or Disable Offset Color More...
Macros | |
#define | PVR_SPECULAR_DISABLE 0 |
Disable offset colors. | |
#define | PVR_SPECULAR_ENABLE 1 |
Enable offset colors. | |
Enable or Disable Offset Color
Enabling offset color calculation allows for "specular" like effects on a per-vertex basis, by providing an additive color in the calculation of the final pixel colors. In vertex types with a "oargb" parameter, that's what it is for.
#define PVR_SPECULAR_DISABLE 0 |
Disable offset colors.
#define PVR_SPECULAR_ENABLE 1 |
Enable offset colors.