KallistiOS
##version##
|
Macros | |
#define | PVR_SHADE_FLAT 0 |
Use flat shading. More... | |
#define | PVR_SHADE_GOURAUD 1 |
Use Gouraud shading. More... | |
Each polygon can define how it wants to be shaded, be it with flat or Gouraud shading using these constants in the appropriate place in its pvr_poly_cxt_t.
#define PVR_SHADE_FLAT 0 |
Use flat shading.
#define PVR_SHADE_GOURAUD 1 |
Use Gouraud shading.