Technical Overview
Release Notes
Device Guide
Programming Guide
Reference Manual
HOOPS/3dAF
SEARCH:
HOOPS/3dGS I.M. Reference Manual
Triangles
HIC_Draw_DC_Colorized_Triangle
HIC_Draw_DC_Gouraud_Triangle
HIC_Draw_DC_Reshaded_Triangle
HIC_Draw_DC_Triangle
HC_EXTERNAL HIC_API void HIC_Draw_DC_Colorized_Triangle
(
HIC_Rendition const *
nr
,
HIC_DC_Point const *
points
,
HIC_RGBAS32 const *
color
)
Parameters:
nr
A pointer to a const HIC_Rendition.
points
A pointer to a const HIC_DC_Point.
color
A pointer to a const HIC_RGBAS32.
This function draws a triangle using passed in color values instead of the rendition colors.
HOOPS/3dGS I.M. Interface
Full Index