|
AGL
0
3D graphics library
|


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