AGL  0
3D graphics library
scene.cpp File Reference
Include dependency graph for scene.cpp:

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...