Functions | |
HC_EXTERNAL HIC_API void | HIC_Draw_DC_Colorized_Polytriangle (HIC_Rendition const *nr, int count, HIC_DC_Point const *points, HIC_RGBAS32 const *color, bool single) |
HC_EXTERNAL HIC_API void | HIC_Draw_DC_Gouraud_Polytriangle (HIC_Rendition const *nr, int count, HIC_DC_Point const *points, HIC_RGBAS32 const *colors) |
HC_EXTERNAL HIC_API void | HIC_Draw_DC_Phong_Polytriangle (HIC_Rendition const *nr, int count, HIC_DC_Point const *points, HIC_RGBA const *colors, HIC_Plane const *planes) |
HC_EXTERNAL HIC_API void | HIC_Draw_DC_Polytriangle (HIC_Rendition const *nr, int count, HIC_DC_Point const *points) |
HC_EXTERNAL HIC_API void | HIC_Draw_DC_Textured_Polytriangle (HIC_Rendition const *nr, int count, HIC_DC_Point const *points, HIC_RGBA const *colors, HIC_Plane const *planes, float const *params, int param_width, HIC_Integer32 param_flags) |
HC_EXTERNAL HIC_API void HIC_Draw_DC_Colorized_Polytriangle | ( | HIC_Rendition const * | nr, | |
int | count, | |||
HIC_DC_Point const * | points, | |||
HIC_RGBAS32 const * | color, | |||
bool | single | |||
) |
nr | A pointer to a const HIC_Rendition. | |
count | An int. | |
points | An array of const HIC_DC_Point. | |
color | A pointer to a const HIC_RGBAS32. | |
single | A boolean. |
HC_EXTERNAL HIC_API void HIC_Draw_DC_Gouraud_Polytriangle | ( | HIC_Rendition const * | nr, | |
int | count, | |||
HIC_DC_Point const * | points, | |||
HIC_RGBAS32 const * | colors | |||
) |
nr | A pointer to a const HIC_Rendition. | |
count | An int. | |
points | An array of const HIC_DC_Point. | |
colors | A pointer to a const HIC_RGBAS32. |
HC_EXTERNAL HIC_API void HIC_Draw_DC_Phong_Polytriangle | ( | HIC_Rendition const * | nr, | |
int | count, | |||
HIC_DC_Point const * | points, | |||
HIC_RGBA const * | colors, | |||
HIC_Plane const * | planes | |||
) |
nr | A pointer to a const HIC_Rendition. | |
count | An int. | |
points | An array of const HIC_DC_Point. | |
colors | A pointer to a const HIC_RGBA. | |
planes | An pointer to a const HIC_Plane. |
HC_EXTERNAL HIC_API void HIC_Draw_DC_Polytriangle | ( | HIC_Rendition const * | nr, | |
int | count, | |||
HIC_DC_Point const * | points | |||
) |
nr | A pointer to a const HIC_Rendition. | |
count | An int. | |
points | An array of const HIC_DC_Point. |
HC_EXTERNAL HIC_API void HIC_Draw_DC_Textured_Polytriangle | ( | HIC_Rendition const * | nr, | |
int | count, | |||
HIC_DC_Point const * | points, | |||
HIC_RGBA const * | colors, | |||
HIC_Plane const * | planes, | |||
float const * | params, | |||
int | param_width, | |||
HIC_Integer32 | param_flags | |||
) |
nr | A pointer to a const HIC_Rendition. | |
count | An int. | |
points | An array of const HIC_DC_Point. | |
colors | A pointer to a const HIC_RGBA. | |
planes | A pointer to a const HIC_Plane. | |
params | A pointer to a const float. | |
param_width | An int. | |
param_flags | A HIC_Integer32. |