Function:ds2vbbr
From S2PLOT
ds2vbbr
Draw a (dynamic) billboard texture with specified rotation.
Prototype
void ds2vbbr(XYZ iP, XYZ iStretch, float isize, float ipangle, COLOUR iC,
unsigned int itexid, float alpha, char trans);
Description
Draw a (dynamic) "billboard", with rotation ipangle (in degrees) of the texture about the view direction
See Also
ds2bb | Draw a (dynamic) billboard: a textured facet that always faces the camera. |
ds2vbb | Draw a (dynamic) billboard: a textured facet that always faces the camera. |
Code Example
Back to S2PLOT function list.