glVertex  5.5.2
Public Member Functions | List of all members
lgl_Scene Class Referenceabstract

scene class More...

#include <glvertex_scene.h>

Inheritance diagram for lgl_Scene:
Inheritance graph
[legend]

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
 

Detailed Description

scene class


The documentation for this class was generated from the following file: