|
SimpleFastOpenAtomicVisualiser
|
Render the coordinate axes. More...
#include <axes.h>
Public Member Functions | |
| Axes (const Camera &camera) | |
| void | updateCamera (const Camera &camera) |
| Update renderer from a Camera. | |
| void | draw (glm::ivec4 viewport={10, 10, 85, 85}) |
| Draw the coordinate axes. | |
Render the coordinate axes.
|
inline |
Draw the coordinate axes.
| viewport | the viewport to draw the axes in. |
Update renderer from a Camera.
| camera | the camera to update from. |