Function:ds2vbbp
From S2PLOT
(Difference between revisions)
Revision as of 22:52, 6 January 2009 S2plot admin (Talk | contribs) ← Previous diff |
Revision as of 23:42, 6 January 2009 S2plot admin (Talk | contribs) Next diff → |
||
Line 1: | Line 1: | ||
==ds2vbbp== | ==ds2vbbp== | ||
- | Draw a "billboard" with aspect ratio. | + | Draw a "billboard" with aspect ratio - vector input. |
==Prototype== | ==Prototype== |
Revision as of 23:42, 6 January 2009
ds2vbbp
Draw a "billboard" with aspect ratio - vector input.
Prototype
void ds2vbbp(XYZ iP, XYZ offset, float aspect,
float isize, COLOUR iC, unsigned int itexid, float alpha, char trans);
Description
Draw a "billboard" with aspect ratio: width:height instead of stretch, and offset in screen coords (x,y) [offset.z ignored].
See Also
Code Example
Back to S2PLOT function list.
Back to template page.