#include "Face.h"
#include "Vertex.h"
#include "Ressources.h"
#include <List>
Include dependency graph for Mesh.h:
This graph shows which files directly or indirectly include this file:
Classes | |
class | Mesh |
Store all the information needed for a mesh. More... |
Store the information for vertices and faces that are needed to display the mesh correctly. These are stored in vertexList and faceList. Also functions for displaying the mesh in openGL are written.