SpatiumLib
|
#include "gfx3d/SceneObject.h"
#include "gfx3d/RenderObject.h"
#include "gfx3d/Mesh.h"
#include "gfx3d/Camera.h"
#include "gfx3d/OrthographicCamera.h"
#include "gfx3d/PerspectiveCamera.h"
#include "gfx3d/Light.h"
#include "gfx3d/PointLight.h"
#include "gfx3d/SunLight.h"
#include "gfx3d/SpotLight.h"
#include "gfx3d/Scene.h"
#include "gfx3d/Renderer.h"
#include "gfx3d/WireframeRenderer.h"