#include <xFileMesh.h>
Inheritance diagram for XFileMesh:
|
Definition at line 87 of file xFileMesh.h. |
|
Definition at line 86 of file xFileMesh.h. |
|
Definition at line 85 of file xFileMesh.h. |
|
Definition at line 96 of file xFileMesh.h. |
|
Definition at line 95 of file xFileMesh.h. |
|
Definition at line 94 of file xFileMesh.h. |
|
Definition at line 84 of file xFileMesh.h. |
|
Definition at line 36 of file xFileMesh.cxx. References _has_colors, _has_materials, _has_normals, and _has_uvs. |
|
Definition at line 49 of file xFileMesh.cxx. References clear(). |
|
Definition at line 247 of file xFileMesh.cxx. References _materials, and _unique_materials. |
|
Definition at line 182 of file xFileMesh.cxx. References _has_materials, _materials, _unique_materials, XFileMaterial::has_material(), and XFileMaterial::set_from_egg(). Referenced by XFileToEggConverter::convert_material(), and XFileFace::set_from_egg(). |
|
Definition at line 231 of file xFileMesh.cxx. References _normals, and _unique_normals. |
|
Definition at line 151 of file xFileMesh.cxx. References XFileNormal::_has_normal, _has_normals, _normals, _unique_normals, and XFileNormal::set_from_egg(). Referenced by read_normal_data(), and XFileFace::set_from_egg(). |
|
Definition at line 102 of file xFileMesh.cxx. References _faces, and XFileFace::set_from_egg(). Referenced by XFileMaker::add_polyset(). |
|
Definition at line 215 of file xFileMesh.cxx. References _unique_vertices, and _vertices. |
|
Definition at line 116 of file xFileMesh.cxx. References XFileVertex::_has_color, _has_colors, XFileVertex::_has_uv, _has_uvs, _unique_vertices, _vertices, and XFileVertex::set_from_egg(). Referenced by read_mesh_data(), and XFileFace::set_from_egg(). |
|
Definition at line 59 of file xFileMesh.cxx. References _faces, _has_colors, _has_materials, _has_normals, _has_uvs, _materials, _normals, _unique_materials, _unique_normals, _unique_vertices, and _vertices. Referenced by read_mesh_data(), and ~XFileMesh(). |
|
|
Definition at line 383 of file xFileMesh.cxx. References _materials, n, nassertr, and NULL. Referenced by XFileMaker::finalize_mesh(). |
|
Definition at line 372 of file xFileMesh.cxx. References _materials. Referenced by XFileMaker::finalize_mesh(). |
|
Definition at line 339 of file xFileMesh.cxx. References _has_colors. Referenced by XFileMaker::finalize_mesh(). |
|
Definition at line 361 of file xFileMesh.cxx. References _has_materials. Referenced by XFileMaker::finalize_mesh(). |
|
Definition at line 328 of file xFileMesh.cxx. References _has_normals. Referenced by XFileMaker::finalize_mesh(). |
|
Definition at line 350 of file xFileMesh.cxx. References _has_uvs. Referenced by XFileMaker::finalize_mesh(). |
|
Definition at line 465 of file xFileMesh.cxx. References XFileVertex::_color, _vertices, Datagram::add_float32(), Datagram::add_int32(), Datagram::clear(), and Colorf. Referenced by XFileMaker::finalize_mesh(). |
|
Definition at line 510 of file xFileMesh.cxx. References _faces, XFileFace::_material_index, _materials, Datagram::add_int32(), and Datagram::clear(). Referenced by XFileMaker::finalize_mesh(). |
|
Definition at line 395 of file xFileMesh.cxx. References _faces, XFileVertex::_point, XFileFace::_vertices, _vertices, Datagram::add_float32(), Datagram::add_int32(), Datagram::clear(), and Vertexf. Referenced by XFileMaker::finalize_mesh(). |
|
Definition at line 430 of file xFileMesh.cxx. References _faces, XFileNormal::_normal, _normals, XFileFace::_vertices, Datagram::add_float32(), Datagram::add_int32(), Datagram::clear(), and Normalf. Referenced by XFileMaker::finalize_mesh(). |
|
Definition at line 490 of file xFileMesh.cxx. References XFileVertex::_uv, _vertices, Datagram::add_float32(), Datagram::add_int32(), Datagram::clear(), and TexCoordf. Referenced by XFileMaker::finalize_mesh(). |
|
Definition at line 620 of file xFileMesh.cxx. References XFileVertex::_color, XFileVertex::_has_color, _vertices, DatagramIterator::get_float32(), DatagramIterator::get_int32(), DatagramIterator::get_remaining_size(), and nout. Referenced by XFileToEggConverter::convert_mesh_colors(). |
|
Definition at line 686 of file xFileMesh.cxx. References _faces, XFileFace::_material_index, DatagramIterator::get_int32(), DatagramIterator::get_remaining_size(), and nout. Referenced by XFileToEggConverter::convert_mesh_material_list(). |
|
Definition at line 528 of file xFileMesh.cxx. References _faces, XFileFace::Vertex::_normal_index, XFileVertex::_point, XFileFace::Vertex::_vertex_index, XFileFace::_vertices, add_vertex(), clear(), DatagramIterator::get_float32(), DatagramIterator::get_int32(), DatagramIterator::get_remaining_size(), and nout. Referenced by XFileToEggConverter::convert_mesh(). |
|
Definition at line 572 of file xFileMesh.cxx. References _faces, XFileNormal::_has_normal, XFileNormal::_normal, XFileFace::_vertices, add_normal(), DatagramIterator::get_float32(), DatagramIterator::get_int32(), DatagramIterator::get_remaining_size(), and nout. Referenced by XFileToEggConverter::convert_mesh_normals(). |
|
Definition at line 654 of file xFileMesh.cxx. References XFileVertex::_has_uv, XFileVertex::_uv, _vertices, DatagramIterator::get_float32(), DatagramIterator::get_int32(), DatagramIterator::get_remaining_size(), and nout. Referenced by XFileToEggConverter::convert_mesh_uvs(). |
|
Definition at line 92 of file xFileMesh.h. Referenced by add_polygon(), clear(), create_polygons(), make_material_list_data(), make_mesh_data(), make_normal_data(), read_material_list_data(), read_mesh_data(), and read_normal_data(). |
|
Definition at line 102 of file xFileMesh.h. Referenced by add_vertex(), clear(), has_colors(), and XFileMesh(). |
|
Definition at line 104 of file xFileMesh.h. Referenced by add_material(), clear(), has_materials(), and XFileMesh(). |
|
Definition at line 101 of file xFileMesh.h. Referenced by add_normal(), clear(), has_normals(), and XFileMesh(). |
|
Definition at line 103 of file xFileMesh.h. Referenced by add_vertex(), clear(), has_uvs(), and XFileMesh(). |
|
Definition at line 91 of file xFileMesh.h. Referenced by add_material(), clear(), create_polygons(), get_material(), get_num_materials(), and make_material_list_data(). |
|
Definition at line 90 of file xFileMesh.h. Referenced by add_normal(), clear(), create_polygons(), and make_normal_data(). |
|
Definition at line 99 of file xFileMesh.h. Referenced by add_material(), and clear(). |
|
Definition at line 98 of file xFileMesh.h. Referenced by add_normal(), and clear(). |
|
Definition at line 97 of file xFileMesh.h. Referenced by add_vertex(), and clear(). |
|
Definition at line 89 of file xFileMesh.h. Referenced by add_vertex(), clear(), create_polygons(), make_color_data(), make_mesh_data(), make_uv_data(), read_color_data(), and read_uv_data(). |