HOOPS/3dGS I.M. Interface

     << Back      Full Index      Forward >>


Draw_DC_Triangle


Functions

void Draw_DC_Triangle (HT_Rendition *nr, HT_DC_Point *points3)

Function Documentation

void Draw_DC_Triangle HT_Rendition *  nr,
HT_DC_Point *  points3
 

Draws a filled triangle, specified in device coordinates.

Parameters:
nr - Rendition. Passed by reference.
points3 - Array of three vertices. Passed by reference.

DETAILS

This is the standard default method for the "draw dc triangle" callback point.

It is a special case of HIC_Draw_DC_Face() , and is subject to the face color, pattern, and contrast color attributes contained in the rendition nr.

NOTES

HOOPS calls on "draw dc triangle" in the rendering of mesh and shell primitives.

RESTRICTIONS

See also:
Main Index

HOOPS/3dGS I.M. Interface

     << Back      Full Index      Forward >>