doom3-gpl
Doom 3 GPL source release
|
#include <exporter.h>
Public Member Functions | |
idExportOptions (const char *commandline, const char *ospath) | |
bool | jointInExportGroup (const char *jointname) |
Private Member Functions | |
void | Reset (const char *commandline) |
Private Attributes | |
idTokenizer | tokens |
Definition at line 101 of file exporter.h.
Definition at line 490 of file maya_main.cpp.
Definition at line 707 of file maya_main.cpp.
Definition at line 452 of file maya_main.cpp.
idStr idExportOptions::align |
Definition at line 124 of file exporter.h.
bool idExportOptions::clearOrigin |
Definition at line 116 of file exporter.h.
bool idExportOptions::clearOriginAxis |
Definition at line 117 of file exporter.h.
idStr idExportOptions::commandLine |
Definition at line 108 of file exporter.h.
int idExportOptions::cycleStart |
Definition at line 134 of file exporter.h.
idStr idExportOptions::dest |
Definition at line 110 of file exporter.h.
int idExportOptions::endframe |
Definition at line 120 of file exporter.h.
idList<idAnimGroup *> idExportOptions::exportgroups |
Definition at line 130 of file exporter.h.
int idExportOptions::framerate |
Definition at line 121 of file exporter.h.
idStr idExportOptions::game |
Definition at line 111 of file exporter.h.
idList<idAnimGroup> idExportOptions::groups |
Definition at line 131 of file exporter.h.
bool idExportOptions::ignoreMeshes |
Definition at line 115 of file exporter.h.
bool idExportOptions::ignoreScale |
Definition at line 118 of file exporter.h.
float idExportOptions::jointThreshold |
Definition at line 133 of file exporter.h.
idStrList idExportOptions::keepjoints |
Definition at line 127 of file exporter.h.
idStrList idExportOptions::keepmeshes |
Definition at line 129 of file exporter.h.
idStr idExportOptions::prefix |
Definition at line 112 of file exporter.h.
float idExportOptions::quatPrecision |
Definition at line 123 of file exporter.h.
idList<idNamePair> idExportOptions::remapjoints |
Definition at line 126 of file exporter.h.
idList<idNamePair> idExportOptions::renamejoints |
Definition at line 125 of file exporter.h.
float idExportOptions::rotate |
Definition at line 132 of file exporter.h.
float idExportOptions::scale |
Definition at line 113 of file exporter.h.
idStrList idExportOptions::skipmeshes |
Definition at line 128 of file exporter.h.
idStr idExportOptions::src |
Definition at line 109 of file exporter.h.
int idExportOptions::startframe |
Definition at line 119 of file exporter.h.
|
private |
Definition at line 103 of file exporter.h.
exportType_t idExportOptions::type |
Definition at line 114 of file exporter.h.
float idExportOptions::xyzPrecision |
Definition at line 122 of file exporter.h.