matf-rg-engine 1.0.0
Base for project for the Computer Graphics course at Faculty of Mathematics, University of Belgrade
Loading...
Searching...
No Matches
Classes | Namespaces
Model.hpp File Reference

Defines the Model class that serves as the interface for model rendering. More...

#include <engine/resources/Mesh.hpp>
#include <algorithm>
#include <utility>
Include dependency graph for Model.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  engine::resources::Model
 Represents a model object within the OpenGL context as an array of Mesh objects. More...
 

Namespaces

namespace  engine
 
namespace  engine::resources
 

Detailed Description

Defines the Model class that serves as the interface for model rendering.