This represents a single face of an XFileMesh. More...
#include "xFileFace.h"
Classes | |
class | Vertex |
Public Types | |
typedef pvector< Vertex > | Vertices |
Public Member Functions | |
void | set_from_egg (XFileMesh *mesh, EggPolygon *egg_poly) |
Sets the structure up from the indicated egg data. More... | |
Public Attributes | |
int | _material_index |
Vertices | _vertices |
This represents a single face of an XFileMesh.
Definition at line 26 of file xFileFace.h.
void XFileFace::set_from_egg | ( | XFileMesh * | mesh, |
EggPolygon * | egg_poly | ||
) |
Sets the structure up from the indicated egg data.
Definition at line 30 of file xFileFace.cxx.
Referenced by XFileMesh::add_polygon().