Functions | |
void | Draw_DC_Phong_Polytriangle (HT_Rendition *nr, int count, HT_DC_Point *points, HT_RGBAS32 *colors) |
void | Draw_DC_Phong_Polyline (HT_Rendition *nr, int count, HT_DC_Point *points, HT_RGBAS32 *colors) |
|
Draws a gouraud shaded polytriangle.
DETAILSThis function is the standard default method for the corresponding "draw dc phong polytriangle" callback point.NOTESRESTRICTIONS
|
|
Draws a Phong shaded polyline.
DETAILSThis function is the standard default method for the corresponding "draw dc phong polyline" callback point.NOTESRESTRICTIONS
|