|
AGL
0
3D graphics library
|


Go to the source code of this file.
Classes | |
| class | Material |
| Material class for entities. More... | |
| class | BaseEntity |
| The base for all Entity and Light. More... | |
| class | Entity |
| The Entity; basically all visible objects in AGL. More... | |
| class | Light |
| Light, adds reality to the scene. More... | |
| class | SharedEntity |
| A SharedEntity shares its data off another Entity. More... | |
Namespaces | |
| agl | |
Functions | |
| Light | DirectionalLight (const glm::vec3 &dir=glm::vec3(0), const glm::vec4 &color=glm::vec4(1)) |
| Create a directional Light. More... | |
| Light | DirectionalLight (const glm::vec3 &dir=glm::vec3(0), float r=1, float g=1, float b=1, float a=1) |
| Create a directional Light. See DirectionalLight. More... | |