Panda3D
Public Member Functions | List of all members
XFileVertexPool Class Reference

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)
 

Detailed Description

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.


The documentation for this class was generated from the following file: