ComputerGraphik TU WIEN
|
#include <map>
#include <memory>
#include <vector>
#include <GL/glew.h>
#include <glm/vec3.hpp>
#include <glm/mat4x4.hpp>
Go to the source code of this file.
Classes | |
class | SceneObject |
The base class of the objects which are rendered. More... | |