Panda3D
|
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 Colorf * | get_colors () |
const Normalf * | get_normals () |
int | get_num_vertices () |
const TexCoordf * | get_uvs () |
const Vertexf * | get_vertices () |
bool | operator< (const XFileVertexPool &other) const |
void | set_color (const Colorf &color) |
void | set_normal (const Normalf &normal) |
void | set_uv (const TexCoordf &uv) |
This is a collection of unique vertices as extracted out of a Geom or a series of Geoms.
Definition at line 25 of file xFileVertexPool.h.