#include <xFileVertex.h>
Public Member Functions | |
XFileVertex () | |
void | set_from_egg (EggVertex *egg_vertex, EggPrimitive *egg_poly) |
int | compare_to (const XFileVertex &other) const |
Public Attributes | |
Vertexf | _point |
TexCoordf | _uv |
Colorf | _color |
bool | _has_color |
bool | _has_uv |
|
Definition at line 30 of file xFileVertex.cxx. References _color, _has_color, _has_uv, _point, and _uv. |
|
Definition at line 89 of file xFileVertex.cxx. |
|
Definition at line 44 of file xFileVertex.cxx. References _color, _has_color, _has_uv, _point, _uv, EggAttributes::get_color(), EggVertex::get_pos3(), EggPrimitive::get_texture(), EggTexture::get_transform(), EggAttributes::get_uv(), EggNode::get_vertex_frame(), EggNode::get_vertex_to_node(), EggAttributes::has_color(), EggPrimitive::has_texture(), EggTexture::has_transform(), EggAttributes::has_uv(), LCAST, TexCoordd, and Vertexd. Referenced by XFileMesh::add_vertex(). |
|
Definition at line 41 of file xFileVertex.h. Referenced by compare_to(), XFileMesh::create_polygons(), XFileMesh::make_color_data(), XFileMesh::read_color_data(), set_from_egg(), and XFileVertex(). |
|
Definition at line 42 of file xFileVertex.h. Referenced by XFileMesh::add_vertex(), XFileMesh::create_polygons(), XFileMesh::read_color_data(), set_from_egg(), and XFileVertex(). |
|
Definition at line 43 of file xFileVertex.h. Referenced by XFileMesh::add_vertex(), XFileMesh::create_polygons(), XFileMesh::read_uv_data(), set_from_egg(), and XFileVertex(). |
|
Definition at line 39 of file xFileVertex.h. Referenced by compare_to(), XFileMesh::create_polygons(), XFileMesh::make_mesh_data(), XFileMesh::read_mesh_data(), set_from_egg(), and XFileVertex(). |
|
Definition at line 40 of file xFileVertex.h. Referenced by compare_to(), XFileMesh::create_polygons(), XFileMesh::make_uv_data(), XFileMesh::read_uv_data(), set_from_egg(), and XFileVertex(). |