doom3-gpl
Doom 3 GPL source release
|
#include <exporter.h>
Public Member Functions | |
idExportJoint () | |
idExportJoint & | operator= (const idExportJoint &other) |
Public Attributes | |
idStr | name |
idStr | realname |
idStr | longname |
int | index |
int | exportNum |
bool | keep |
float | scale |
float | invscale |
MFnDagNode * | dagnode |
idHierarchy< idExportJoint > | mayaNode |
idHierarchy< idExportJoint > | exportNode |
idVec3 | t |
idMat3 | wm |
idVec3 | idt |
idMat3 | idwm |
idVec3 | bindpos |
idMat3 | bindmat |
int | animBits |
int | firstComponent |
jointFrame_t | baseFrame |
int | depth |
Definition at line 149 of file exporter.h.
idExportJoint::idExportJoint | ( | ) |
Definition at line 738 of file maya_main.cpp.
idExportJoint & idExportJoint::operator= | ( | const idExportJoint & | other | ) |
Definition at line 760 of file maya_main.cpp.
int idExportJoint::animBits |
Definition at line 175 of file exporter.h.
jointFrame_t idExportJoint::baseFrame |
Definition at line 177 of file exporter.h.
idMat3 idExportJoint::bindmat |
Definition at line 173 of file exporter.h.
idVec3 idExportJoint::bindpos |
Definition at line 172 of file exporter.h.
MFnDagNode* idExportJoint::dagnode |
Definition at line 161 of file exporter.h.
int idExportJoint::depth |
Definition at line 178 of file exporter.h.
idHierarchy<idExportJoint> idExportJoint::exportNode |
Definition at line 164 of file exporter.h.
int idExportJoint::exportNum |
Definition at line 155 of file exporter.h.
int idExportJoint::firstComponent |
Definition at line 176 of file exporter.h.
idVec3 idExportJoint::idt |
Definition at line 169 of file exporter.h.
idMat3 idExportJoint::idwm |
Definition at line 170 of file exporter.h.
int idExportJoint::index |
Definition at line 154 of file exporter.h.
float idExportJoint::invscale |
Definition at line 159 of file exporter.h.
bool idExportJoint::keep |
Definition at line 156 of file exporter.h.
idStr idExportJoint::longname |
Definition at line 153 of file exporter.h.
idHierarchy<idExportJoint> idExportJoint::mayaNode |
Definition at line 163 of file exporter.h.
idStr idExportJoint::name |
Definition at line 151 of file exporter.h.
idStr idExportJoint::realname |
Definition at line 152 of file exporter.h.
float idExportJoint::scale |
Definition at line 158 of file exporter.h.
idVec3 idExportJoint::t |
Definition at line 166 of file exporter.h.
idMat3 idExportJoint::wm |
Definition at line 167 of file exporter.h.