Functions | |
void | Draw_DC_Colorized_Face (HT_Rendition *nr, int count, HT_DC_Point *points, HT_RGBAS32 *color) |
void | Draw_DC_Colorized_Line (HT_Rendition *nr, HT_DC_Point *points2, HT_RGBAS32 *color) |
void | Draw_DC_Colorized_Marker (HT_Rendition *nr, HT_DC_Point *point, HT_RGBAS32 *color) |
void | Draw_DC_Colorized_Triangle (HT_Rendition *nr, HT_DC_Point *points3, HT_RGBAS32 *color) |
void | Draw_DC_Colorized_Polyline (HT_Rendition *nr, int count, HT_DC_Point *points, HT_RGBAS32 *color, HT_Boolean single) |
void | Draw_DC_Colorized_Polytriangle (HT_Rendition *nr, int count, HT_DC_Point *points, HT_RGBAS32 *color, HT_Boolean single) |
void | Draw_DC_Colorized_Polymarker (HT_Rendition *nr, int count, HT_DC_Point *point, HT_RGBAS32 *color, HT_Boolean single, float *rotations, float *size_fixups) |
|
Draws a colorized face modified during a callback.
DETAILSThis is the standard default method for the corresponding "draw dc colorized face" callback point.NOTESThe "Draw_DC_Colorized_XXX" functions are called typically when the color of the object has been computed by HOOPS, rather than directly specified as an attribute by the application, as in the case of color determined by lighting or fog.Each function draws the given element (specified in device coordinates) using the color argument to determine the color, rather than the normal color attribute contained in the rendition nr. Essentially they change the color attribute in the rendition to the value specified by the color argument, and then execute the corresponding HIC_Draw_DC_XXX function.
|
|
Draws a colorized line modified during a callback.
DETAILSThis is the standard default method for the corresponding "draw dc colorized line" callback point.NOTESThe "Draw_DC_Colorized_XXX" functions are called typically when the color of the object has been computed by HOOPS, rather than directly specified as an attribute by the application, as in the case of color determined by lighting or fog.Each function draws the given element (specified in device coordinates) using the color argument to determine the color, rather than the normal color attribute contained in the rendition nr. Essentially they change the color attribute in the rendition to the value specified by the color argument, and then execute the corresponding HIC_Draw_DC_XXX function.
|
|
Draws a colorized marker modified during a callback.
DETAILSThis is the standard default method for the corresponding "draw dc colorized marker" callback point.NOTESThe "Draw_DC_Colorized_XXX" functions are called typically when the color of the object has been computed by HOOPS, rather than directly specified as an attribute by the application, as in the case of color determined by lighting or fog.Each function draws the given element (specified in device coordinates) using the color argument to determine the color, rather than the normal color attribute contained in the rendition nr. Essentially they change the color attribute in the rendition to the value specified by the color argument, and then execute the corresponding HIC_Draw_DC_XXX function.
|
|
Draws a colorized triangle modified during a callback.
DETAILSThis is the standard default method for the corresponding "draw dc colorized triangle" callback point.NOTESThe "Draw_DC_Colorized_XXX" functions are called typically when the color of the object has been computed by HOOPS, rather than directly specified as an attribute by the application, as in the case of color determined by lighting or fog.Each function draws the given element (specified in device coordinates) using the color argument to determine the color, rather than the normal color attribute contained in the rendition nr. Essentially they change the color attribute in the rendition to the value specified by the color argument, and then execute the corresponding HIC_Draw_DC_XXX function.
|
|
Draws a colored polyline.
DETAILSThis is the standard default method for the corresponding "draw dc colorized polyline" callback point.NOTESRESTRICTIONS
|
|
Draws a colorized polytriangle.
DETAILSThis is the standard default method for the corresponding "draw dc colorized polytriangle" callback point.NOTESRESTRICTIONS
|
|
Draws a colorized polymarker.
DETAILSThis is the standard default method for the corresponding "draw dc colorized polymarker" callback point.NOTESRESTRICTIONS
|