HOOPS/3dGS I.M. Interface

     << Back      Full Index      Forward >>


Draw_DC_Phong_XXX


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)

Function Documentation

void Draw_DC_Phong_Polytriangle HT_Rendition *  nr,
int  count,
HT_DC_Point *  points,
HT_RGBAS32 *  colors
 

Draws a gouraud shaded polytriangle.

Parameters:
nr - Rendition created by HIC_New_Rendition(). Passed by reference.
count - Point count in points.
points - Polytriangle points.
colors - Pointer to an HT_RGBAS32 structure.

DETAILS

This function is the standard default method for the corresponding "draw dc phong polytriangle" callback point.

NOTES

RESTRICTIONS

See also:

void Draw_DC_Phong_Polyline HT_Rendition *  nr,
int  count,
HT_DC_Point *  points,
HT_RGBAS32 *  colors
 

Draws a Phong shaded polyline.

Parameters:
nr - Rendition created by HIC_New_Rendition(). Passed by reference.
count - Point count in points.
points - Polyline points.
colors - Pointer to an HT_RGBAS32 structure.

DETAILS

This function is the standard default method for the corresponding "draw dc phong polyline" callback point.

NOTES

RESTRICTIONS

See also:
Main Index

HOOPS/3dGS I.M. Interface

     << Back      Full Index      Forward >>