#include "glut.h"
#include <Vector>
#include "Vertex.h"
#include "Ressources.h"
#include "Motion.h"
Include dependency graph for MiniMesh.h:
This graph shows which files directly or indirectly include this file:
Classes | |
class | MiniMesh |
minimal mesh structure, optimized for md2 models incl. animation More... | |
struct | MiniMesh::MiniFace |
struct | MiniMesh::UVCoord |
minimal mesh structure, optimized for md2 models incl. animation. supports only triangles. allows to set, get and render vertices, faces, texture coordinates, face normals and vertex normals. Also supports more frames and allows to jump to a specific frame or to the next frame