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
Mesh.hpp File Reference

Defines the Mesh class that serves as the interface for mesh rendering and storing processed assimp scenes. More...

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

Go to the source code of this file.

Classes

struct  engine::resources::Vertex
 Represents a vertex in the mesh. More...
 
class  engine::resources::Mesh
 Represents a mesh in the model in the OpenGL context. More...
 

Namespaces

namespace  engine
 
namespace  engine::resources
 

Detailed Description

Defines the Mesh class that serves as the interface for mesh rendering and storing processed assimp scenes.