Function:ds2vbbpr
From S2PLOT
(Difference between revisions)
Revision as of 22:28, 6 January 2009 S2plot admin (Talk | contribs) ← Previous diff |
Revision as of 23:40, 6 January 2009 S2plot admin (Talk | contribs) Next diff → |
||
Line 1: | Line 1: | ||
==ds2vbbpr== | ==ds2vbbpr== | ||
+ | Billboard with aspect ratio, offset in screen coords, and rotation of texture. | ||
==Prototype== | ==Prototype== | ||
<code><pre> | <code><pre> | ||
+ | void ds2vbbpr(XYZ iP, XYZ offset, float aspect, float isize, | ||
+ | float ipangle, COLOUR iC, unsigned int itexid, float alpha, char trans); | ||
</pre></code> | </pre></code> | ||
==Description== | ==Description== | ||
+ | Billboard with aspect ratio, offset in screen coords, and rotation of the texture about the view direction. | ||
==See Also== | ==See Also== |
Revision as of 23:40, 6 January 2009
ds2vbbpr
Billboard with aspect ratio, offset in screen coords, and rotation of texture.
Prototype
void ds2vbbpr(XYZ iP, XYZ offset, float aspect, float isize,
float ipangle, COLOUR iC, unsigned int itexid, float alpha, char trans);
Description
Billboard with aspect ratio, offset in screen coords, and rotation of the texture about the view direction.
See Also
Code Example
Back to S2PLOT function list.
Back to template page.