|
Basic Renderer
|
#include <memory>#include <string>#include <unordered_map>#include "IDrawable.h"#include "Geometry.h"#include "Material.h"#include "Renderer_GL.h"Go to the source code of this file.
Classes | |
| class | Model |
| A 3d model that can be rendered to the screen. More... | |
Typedefs | |
| typedef std::shared_ptr< Model > | ModelPtr |