doom3-gpl
Doom 3 GPL source release
|
#include <exporter.h>
Public Member Functions | |
idExportModel () | |
~idExportModel () | |
idExportJoint * | FindJointReal (const char *name) |
idExportJoint * | FindJoint (const char *name) |
bool | WriteMesh (const char *filename, idExportOptions &options) |
bool | WriteAnim (const char *filename, idExportOptions &options) |
bool | WriteCamera (const char *filename, idExportOptions &options) |
Public Attributes | |
idExportJoint * | exportOrigin |
idList< idExportJoint > | joints |
idHierarchy< idExportJoint > | mayaHead |
idHierarchy< idExportJoint > | exportHead |
idList< int > | cameraCuts |
idList< cameraFrame_t > | camera |
idList< idBounds > | bounds |
idList< jointFrame_t > | jointFrames |
idList< jointFrame_t * > | frames |
int | frameRate |
int | numFrames |
int | skipjoints |
int | export_joints |
idList< idExportMesh * > | meshes |
Definition at line 378 of file exporter.h.
ID_INLINE idExportModel::idExportModel | ( | ) |
Definition at line 916 of file maya_main.cpp.
ID_INLINE idExportModel::~idExportModel | ( | ) |
Definition at line 929 of file maya_main.cpp.
idExportJoint * idExportModel::FindJoint | ( | const char * | name | ) |
Definition at line 947 of file maya_main.cpp.
idExportJoint * idExportModel::FindJointReal | ( | const char * | name | ) |
Definition at line 933 of file maya_main.cpp.
bool idExportModel::WriteAnim | ( | const char * | filename, |
idExportOptions & | options | ||
) |
Definition at line 1074 of file maya_main.cpp.
bool idExportModel::WriteCamera | ( | const char * | filename, |
idExportOptions & | options | ||
) |
Definition at line 1238 of file maya_main.cpp.
bool idExportModel::WriteMesh | ( | const char * | filename, |
idExportOptions & | options | ||
) |
Definition at line 961 of file maya_main.cpp.
Definition at line 386 of file exporter.h.
idList<cameraFrame_t> idExportModel::camera |
Definition at line 385 of file exporter.h.
Definition at line 384 of file exporter.h.
int idExportModel::export_joints |
Definition at line 392 of file exporter.h.
idHierarchy<idExportJoint> idExportModel::exportHead |
Definition at line 383 of file exporter.h.
idExportJoint* idExportModel::exportOrigin |
Definition at line 380 of file exporter.h.
int idExportModel::frameRate |
Definition at line 389 of file exporter.h.
idList<jointFrame_t *> idExportModel::frames |
Definition at line 388 of file exporter.h.
idList<jointFrame_t> idExportModel::jointFrames |
Definition at line 387 of file exporter.h.
idList<idExportJoint> idExportModel::joints |
Definition at line 381 of file exporter.h.
idHierarchy<idExportJoint> idExportModel::mayaHead |
Definition at line 382 of file exporter.h.
idList<idExportMesh *> idExportModel::meshes |
Definition at line 393 of file exporter.h.
int idExportModel::numFrames |
Definition at line 390 of file exporter.h.
int idExportModel::skipjoints |
Definition at line 391 of file exporter.h.