#include <xFileVertex.h>
Public Member Functions | |
XFileVertex () | |
void | set_from_egg (EggVertex *egg_vertex, EggPrimitive *egg_poly) |
Sets the structure up from the indicated egg data. | |
int | compare_to (const XFileVertex &other) const |
Public Attributes | |
Vertexf | _point |
TexCoordf | _uv |
Colorf | _color |
bool | _has_color |
bool | _has_uv |
Definition at line 40 of file xFileVertex.h.
|
Definition at line 35 of file xFileVertex.cxx. |
|
Definition at line 99 of file xFileVertex.cxx. |
|
Sets the structure up from the indicated egg data.
Definition at line 52 of file xFileVertex.cxx. Referenced by XFileMesh::add_polygon(). |
|
Definition at line 48 of file xFileVertex.h. Referenced by XFileMesh::get_material(). |
|
Definition at line 49 of file xFileVertex.h. Referenced by XFileMesh::add_polygon(). |
|
Definition at line 50 of file xFileVertex.h. Referenced by XFileMesh::add_polygon(). |
|
Definition at line 46 of file xFileVertex.h. |
|
Definition at line 47 of file xFileVertex.h. |