#include "minimesh.h"
#include <iostream>
#include <stdlib.h>
#include "../toInclude.h"
Include dependency graph for MiniMesh.cpp:
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
Revision 1.1 2004/12/01 18:10:00 Manfred added display lists for static meshes, animation added