Function:ds2bbset
From S2PLOT
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.
