#include <Drawables.h>
◆ PointSprites()
| Graphics::Drawables::PointSprites::PointSprites |
( |
| ) |
|
◆ Draw()
◆ SetData() [1/2]
| void Graphics::Drawables::PointSprites::SetData |
( |
const int |
count, |
|
|
const vector3f * |
positions, |
|
|
const Color * |
colours, |
|
|
const float * |
sizes |
|
) |
| |
◆ SetData() [2/2]
| void Graphics::Drawables::PointSprites::SetData |
( |
const int |
count, |
|
|
std::vector< vector3f > && |
positions, |
|
|
std::vector< Color > && |
colors, |
|
|
std::vector< float > && |
sizes |
|
) |
| |
The documentation for this class was generated from the following files: