![]() |
Pioneer
|
#include <Drawables.h>
Public Member Functions | |
| Lines () | |
| void | SetData (const Uint32 vertCount, const vector3f *vertices, const Color &color) |
| void | SetData (const Uint32 vertCount, const vector3f *vertices, const Color *colors) |
| void | Draw (Renderer *, RenderState *, const PrimitiveType pt=Graphics::LINE_SINGLE) |
| Graphics::Drawables::Lines::Lines | ( | ) |
| void Graphics::Drawables::Lines::Draw | ( | Renderer * | r, |
| RenderState * | rs, | ||
| const PrimitiveType | pt = Graphics::LINE_SINGLE |
||
| ) |

| void Graphics::Drawables::Lines::SetData | ( | const Uint32 | vertCount, |
| const vector3f * | vertices, | ||
| const Color & | color | ||
| ) |
| void Graphics::Drawables::Lines::SetData | ( | const Uint32 | vertCount, |
| const vector3f * | vertices, | ||
| const Color * | colors | ||
| ) |