HOOPS/3dGS I.M. Interface

     << Back      Full Index      Forward >>


Draw_DC_Textured_XXX


Functions

void Draw_DC_Textured_Polyline (HT_Rendition *rend, int count, HT_Point *points, HT_RGBAS32 *colors, HT_Plane *plane, const float *params, int param_width, int param_flags)
void Draw_DC_Textured_Polytriangle (HT_Rendition *rend, int count, HT_Point *points, HT_RGBAS32 *colors, HT_Plane *plane, const float *params, int param_width, int param_flags)

Function Documentation

void Draw_DC_Textured_Polyline HT_Rendition *  rend,
int  count,
HT_Point *  points,
HT_RGBAS32 *  colors,
HT_Plane *  plane,
const float *  params,
int  param_width,
int  param_flags
 

Draws a textured polyline.

Parameters:
rend - Rendition created with New_Rendition().
count - Number of vertices in points.
points - Array of count vertices.
colors - Array of vertex colors.
plane - Plane coordinates (a,b,c,d) of the form ax + by + cz + d = 0.
params - Array of texture parameters to be set on each vertex.
param_width - Number of parameters set on each vertex.
param_flags - Array of parameter flags.

DETAILS

See also:
Draw_DC_Reshaded_Polyline, Draw_DC_Gouraud_Polyline

void Draw_DC_Textured_Polytriangle HT_Rendition *  rend,
int  count,
HT_Point *  points,
HT_RGBAS32 *  colors,
HT_Plane *  plane,
const float *  params,
int  param_width,
int  param_flags
 

Draws a textured polytriangle.

Parameters:
rend - Rendition created with New_Rendition().
count - Number of vertices in points.
points - Array of count vertices.
colors - Array of vertex colors.
plane - Plane coordinates (a,b,c,d) of the form ax + by + cz + d = 0.
params - Array of texture parameters to be set on each vertex.
param_width - Number of parameters set on each vertex.
param_flags - Array of parameter flags.

DETAILS

See also:
Draw_DC_Gouraud_Polytriangle
Main Index

HOOPS/3dGS I.M. Interface

     << Back      Full Index      Forward >>