AGL  0
3D graphics library
scene.h File Reference
Include dependency graph for scene.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Camera
 Camera class for the scene. More...
 
class  Scene
 Scene class, which holds everything. More...
 

Namespaces

 agl
 

Functions

void defKeyCB (GLFWwindow *window, int key, int scancode, int action, int mods)
 Default callback for key press. More...
 
void defScrollCB (GLFWwindow *window, double xoffset, double yoffset)
 Default scroll callback. More...
 
void defWindowSizeCB (GLFWwindow *window, int w, int h)
 Default window resize callback. More...