|
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 | |
|
) |
| | |
- Parameters:
-
| 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. |
This function draws a phong polytriangle.
|