|
| Debug (Stage &stage) |
|
void | draw_ray (const Vec3 &start, const Vec3 &dir, const Colour &colour=Colour::WHITE, double duration=0.0, bool depth_test=true) |
|
void | draw_line (const Vec3 &start, const Vec3 &end, const Colour &colour=Colour::WHITE, double duration=0.0, bool depth_test=true) |
|
void | draw_point (const Vec3 &position, const Colour &colour=Colour::WHITE, double duration=0.0, bool depth_test=true) |
|
bool | init () override |
|
void | set_point_size (float ps) |
|
float | point_size () const |
|
void | update (float dt) |
|
void | set_transform (const Mat4 &mat) |
|
Mat4 | transform () const |
|
virtual void | clean_up () |
|
The documentation for this class was generated from the following files:
- simulant/debug.h
- simulant/debug.cpp