Function:ds2vbbr
From S2PLOT
(Difference between revisions)
Revision as of 03:20, 10 March 2008 S2plot admin (Talk | contribs) ← Previous diff |
Revision as of 03:35, 10 March 2008 S2plot admin (Talk | contribs) Next diff → |
||
Line 1: | Line 1: | ||
==ds2vbbr== | ==ds2vbbr== | ||
- | Draw a (dynamic) "billboard" texture with specified rotation. | + | Draw a (dynamic) billboard texture with specified rotation. |
==Prototype== | ==Prototype== |
Revision as of 03:35, 10 March 2008
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.