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:20, 10 March 2008 S2plot admin (Talk | contribs) Next diff → |
||
| Line 14: | Line 14: | ||
| == See Also == | == See Also == | ||
| <table> | <table> | ||
| - | <tr><td>[[Function:ds2bb | ds2bb]]</td><td>. </td></tr> | + | <tr><td>[[Function:ds2bb | ds2bb]]</td><td>Draw a (dynamic) billboard: a textured facet that always faces the camera. </td></tr> |
| - | <tr><td>[[Function:ds2vbb | ds2vbb]]</td><td>. </td></tr> | + | <tr><td>[[Function:ds2vbb | ds2vbb]]</td><td>Draw a (dynamic) billboard: a textured facet that always faces the camera. </td></tr> |
| </table> | </table> | ||
Revision as of 03:20, 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.
