14#ifndef XFILEVERTEXPOOL_H
15#define XFILEVERTEXPOOL_H
23class XFileVertexPool {
30 int get_num_vertices();
31 const LVertex *get_vertices();
32 const LNormal *get_normals();
33 const LTexCoord *get_uvs();
34 const LColor *get_colors();
38 void set_normal(
const LNormal &normal);
39 void set_uv(
const LTexCoord &uv);
40 void set_color(
const LColor &color);
42 bool operator < (
const XFileVertexPool &other)
const;
This represents a single vertex associated with an XFileFace.