This is a collection of unique vertices as extracted out of a Geom or a series of Geoms. More...
#include "xFileVertexPool.h"
Public Member Functions | |
int | add_vertex (const XFileVertex &vertex) |
const LColor * | get_colors () |
const LNormal * | get_normals () |
int | get_num_vertices () |
const LTexCoord * | get_uvs () |
const LVertex * | get_vertices () |
bool | operator< (const XFileVertexPool &other) const |
void | set_color (const LColor &color) |
void | set_normal (const LNormal &normal) |
void | set_uv (const LTexCoord &uv) |
This is a collection of unique vertices as extracted out of a Geom or a series of Geoms.
Definition at line 23 of file xFileVertexPool.h.