Function:ds2bbset
From S2PLOT
(Difference between revisions)
| Revision as of 22:28, 6 January 2009 S2plot admin (Talk | contribs) ← Previous diff |
Current revision S2plot admin (Talk | contribs) |
||
| Line 1: | Line 1: | ||
| ==ds2bbset== | ==ds2bbset== | ||
| + | Draw a set of billboards. | ||
| ==Prototype== | ==Prototype== | ||
| <code><pre> | <code><pre> | ||
| + | void ds2bbset(float *verts, float *cols, float size, | ||
| + | unsigned int texid, char trans, int n); | ||
| </pre></code> | </pre></code> | ||
| ==Description== | ==Description== | ||
| + | Draw a set of billboards. | ||
| ==See Also== | ==See Also== | ||
| + | <table> | ||
| + | <tr><td>[[Function:ds2vbbp | ds2vbbp]]</td><td>Billboard with aspect ratio - vector input.</td></tr> | ||
| + | <tr><td>[[Function:ds2vbbpr | ds2vbbpr ]]</td><td>Billboard with aspect ratio, offset in screen coords, and rotation of texture - vector input. </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>Draw a (dynamic) billboard: a textured facet that always faces the camera - vector input </td></tr> | ||
| + | <tr><td>[[Function:ds2vbbr | ds2vbbr ]]</td><td>Draw a (dynamic) billboard texture with specified rotation.</td></tr> | ||
| + | <tr><td>[[Function:ds2tb | ds2tb ]]</td><td>Draw text that always faces the camera </td></tr> | ||
| + | <tr><td>[[Function:ds2vtb | ds2vtb ]]</td><td>Draw text that always faces the camera - vector input </td></tr> | ||
| + | </table> | ||
| ==Code Example== | ==Code Example== | ||
| Line 16: | 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. | ||
Current revision
ds2bbset
Draw a set of billboards.
Prototype
void ds2bbset(float *verts, float *cols, float size,
unsigned int texid, char trans, int n);
Description
Draw a set of billboards.
See Also
| ds2vbbp | Billboard with aspect ratio - vector input. |
| ds2vbbpr | Billboard with aspect ratio, offset in screen coords, and rotation of texture - vector input. |
| 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.
