glVertex
5.5.2
|
scene class More...
#include <glvertex_scene.h>
Public Member Functions | |
lgl_Scene () | |
ctor | |
double | getTime () |
get current time | |
void | restart () |
restart time | |
bool | paused () |
is the scene paused? | |
void | pause (bool yes=true) |
pause the scene | |
void | toggle_animation () |
toggle the animation | |
int | viewportWidth () |
get the current viewport width | |
int | viewportHeight () |
get the current viewport height | |
double | viewportAspect () |
get the current viewport aspect | |
void | update () |
trigger an update | |
void | provideNextScene (lgl_Scene *next) |
provide scene that will replace the actual one on next frame | |
scene class