#include <Drawables.h>
|
| | Points () |
| |
| void | SetData (Renderer *, const int count, const vector3f *positions, const matrix4x4f &trans, const Color &color, const float size) |
| |
| void | SetData (Renderer *, const int count, const vector3f *positions, const Color *color, const matrix4x4f &trans, const float size) |
| |
| void | Draw (Renderer *, Material *) |
| |
◆ Points()
| Graphics::Drawables::Points::Points |
( |
| ) |
|
◆ Draw()
◆ SetData() [1/2]
| void Graphics::Drawables::Points::SetData |
( |
Renderer * |
r, |
|
|
const int |
count, |
|
|
const vector3f * |
positions, |
|
|
const Color * |
color, |
|
|
const matrix4x4f & |
trans, |
|
|
const float |
size |
|
) |
| |
◆ SetData() [2/2]
| void Graphics::Drawables::Points::SetData |
( |
Renderer * |
r, |
|
|
const int |
count, |
|
|
const vector3f * |
positions, |
|
|
const matrix4x4f & |
trans, |
|
|
const Color & |
color, |
|
|
const float |
size |
|
) |
| |
The documentation for this class was generated from the following files: