doom3-gpl
Doom 3 GPL source release
|
#include <exporter.h>
Public Member Functions | |
idExportMesh () | |
void | ShareVerts (void) |
void | GetBounds (idBounds &bounds) const |
void | Merge (idExportMesh *mesh) |
Public Attributes | |
idStr | name |
idStr | shader |
bool | keep |
idList< exportVertex_t > | verts |
idList< exportTriangle_t > | tris |
idList< exportWeight_t > | weights |
idList< exportUV_t > | uv |
Definition at line 351 of file exporter.h.
|
inline |
Definition at line 364 of file exporter.h.
Definition at line 882 of file maya_main.cpp.
void idExportMesh::Merge | ( | idExportMesh * | mesh | ) |
Definition at line 840 of file maya_main.cpp.
Definition at line 801 of file maya_main.cpp.
bool idExportMesh::keep |
Definition at line 357 of file exporter.h.
idStr idExportMesh::name |
Definition at line 354 of file exporter.h.
idStr idExportMesh::shader |
Definition at line 355 of file exporter.h.
idList<exportTriangle_t> idExportMesh::tris |
Definition at line 360 of file exporter.h.
idList<exportUV_t> idExportMesh::uv |
Definition at line 362 of file exporter.h.
idList<exportVertex_t> idExportMesh::verts |
Definition at line 359 of file exporter.h.
idList<exportWeight_t> idExportMesh::weights |
Definition at line 361 of file exporter.h.