Function:ds2bbset
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: | ||
==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== |
Revision as of 23:40, 6 January 2009
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
Code Example
Back to S2PLOT function list.
Back to template page.