SpatiumLib
gfx3d.h
Go to the documentation of this file.
1 /*
2  * Program: Spatium Library
3  *
4  * Copyright (C) Martijn Koopman
5  * All Rights Reserved
6  *
7  * This software is distributed WITHOUT ANY WARRANTY; without even
8  * the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
9  * PURPOSE.
10  *
11  */
12 
13 #ifndef SPATIUMLIB_GFX3D_H
14 #define SPATIUMLIB_GFX3D_H
15 
16 #include "gfx3d/SceneObject.h"
17 #include "gfx3d/RenderObject.h"
18 #include "gfx3d/Mesh.h"
19 #include "gfx3d/Camera.h"
22 #include "gfx3d/Light.h"
23 #include "gfx3d/PointLight.h"
24 #include "gfx3d/SunLight.h"
25 #include "gfx3d/SpotLight.h"
26 #include "gfx3d/Scene.h"
27 #include "gfx3d/Renderer.h"
29 
30 #endif // SPATIUMLIB_GFX3D_H