#include "CGenericObject.h"
#include "CMaterial.h"
#include "CTexture2D.h"
#include "CColor.h"
#include <GL/glu.h>
#include <vector>
#include <list>
Classes | |
class | cMesh |
cMesh represents a collection of vertices, triangles, materials, and texture properties that can be rendered graphically and haptically. More... |