Simple library for reading triangle mesh data.
More...
Detailed Description
Simple library for reading triangle mesh data.
This library does not know how to render anything! That is up to other libraries.
Function Documentation
virtual int trimesh::Trimesh::getVertexCount |
( |
void |
|
) |
const throw () [pure virtual, inherited] |
virtual int trimesh::Trimesh::getTriangleCount |
( |
void |
|
) |
const throw () [pure virtual, inherited] |
virtual const point3d_t* trimesh::Trimesh::getVertexArray |
( |
void |
|
) |
const throw () [pure virtual, inherited] |
virtual const int* trimesh::Trimesh::getTriangleArray |
( |
void |
|
) |
const throw () [pure virtual, inherited] |
there will be 3 * getTriangleCount() integers in the array
virtual void trimesh::Trimesh::dump |
( |
IN const char * |
title |
) |
const throw () [pure virtual, inherited] |
smart_ptr< Trimesh > trimesh::Trimesh::load |
( |
IN const char * |
filename |
) |
[static, inherited] |
trimesh::Trimesh::~Trimesh |
( |
void |
|
) |
throw () [virtual, inherited] |