|
Basic Renderer
|
#include <string>#include <fstream>#include <memory>#include "GeometryData.h"#include "Material.h"#include "Texture.h"#include "Properties.h"#include "Renderer_GL.h"#include "IDrawable.h"#include "Geometry.h"#include "vmmlib/aabb.hpp"Go to the source code of this file.
Classes | |
| class | Geometry |
| A geometry object containing vertices and indices that can be rendered to the screen. More... | |
Typedefs | |
| typedef std::shared_ptr< Geometry > | GeometryPtr |
| typedef std::shared_ptr<Geometry> GeometryPtr |