Function:ds2vbbp
From S2PLOT
(Difference between revisions)
Revision as of 22:21, 7 January 2009 S2plot admin (Talk | contribs) ← Previous diff |
Revision as of 22:54, 7 January 2009 S2plot admin (Talk | contribs) Next diff → |
||
Line 29: | Line 29: | ||
[[S2PLOT:Function List | Back]] to S2PLOT function list. | [[S2PLOT:Function List | Back]] to S2PLOT function list. | ||
- | |||
- | |||
__NOTOC__ | __NOTOC__ | ||
__NOEDITSECTION__ | __NOEDITSECTION__ | ||
- | |||
- | |||
- | Back to [[Function:Template | template]] page. |
Revision as of 22:54, 7 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
ds2vbbpr | Billboard with aspect ratio, offset in screen coords, and rotation of texture - vector input. |
ds2bbset | Draw a set of billboards. |
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 - vector input |
ds2vbbr | Draw a (dynamic) billboard texture with specified rotation. |
ds2tb | Draw text that always faces the camera |
ds2vtb | Draw text that always faces the camera - vector input |
Code Example
Back to S2PLOT function list.