KallistiOS  ##version##
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups
Macros
PVR shading modes

Macros

#define PVR_SHADE_FLAT   0
 Use flat shading. More...
 
#define PVR_SHADE_GOURAUD   1
 Use Gouraud shading. More...
 

Detailed Description

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.

Macro Definition Documentation

#define PVR_SHADE_FLAT   0

Use flat shading.

#define PVR_SHADE_GOURAUD   1

Use Gouraud shading.