|
SMG-Decomp
A decompilation of Super Mario Galaxy 1
|
Public Member Functions | |
| void | init (const char *, const char *, bool) |
| void | update () |
| void | calcAnim () |
| void | calcView () |
| void | entry () |
| void | newDifferedDLBuffer () |
| void | updateDL (bool) |
| void | startBck (const char *, const char *) |
| void | startBckWithInterpole (const char *, s32) |
| void | startBtk (const char *) |
| void | startBrk (const char *) |
| void | startBtp (const char *) |
| void | startBpk (const char *) |
| void | startBva (const char *) |
| void | stopBtk () |
| void | stopBrk () |
| void | stopBtp () |
| void | stopBpk () |
| void | stopBva () |
| BckCtrl * | getBckCtrl () const |
| BrkCtrl * | getBrkCtrl () const |
| bool | isBckStopped () const |
| bool | isBtkStopped () const |
| bool | isBrkStopped () const |
| bool | isBtpStopped () const |
| bool | isBpkStopped () const |
| bool | isBvaStopped () const |
| bool | isBtkPlaying (const char *) const |
| bool | isBrkPlaying (const char *) const |
| bool | isBpkPlaying (const char *) const |
| bool | isBtpPlaying (const char *) const |
| bool | isBvaPlaying (const char *) const |
| void | initJointTransform () |
| ResourceHolder * | getModelResourceHolder () const |
| J3DModelData * | getJ3DModelData () const |
| void | calc () |
| J3DModel * | getJ3DModel () const |
| void | initVisibilityAnm () |
| void | changeBckSetting (const char *, const char *, XanimePlayer *) |
Public Attributes | |
| BtkPlayer * | mBtkPlayer |
| BrkPlayer * | mBrkPlayer |
| BtpPlayer * | mBtpPlayer |
| BpkPlayer * | mBpkPlayer |
| BvaPlayer * | mBvaPlayer |
| XanimeResourceTable * | mResourceTable |
| XanimePlayer * | mXanimePlayer |
| J3DModel * | mModel |
| ResourceHolder * | mModelResourceHolder |
| DisplayListMaker * | mDisplayListMaker |
Definition at line 12 of file ModelManager.hpp.
| void ModelManager::update | ( | ) |
Definition at line 5 of file ModelManager.cpp.
| void ModelManager::calcAnim | ( | ) |
Definition at line 34 of file ModelManager.cpp.
| void ModelManager::calcView | ( | ) |
Definition at line 39 of file ModelManager.cpp.
| void ModelManager::entry | ( | ) |
Definition at line 43 of file ModelManager.cpp.
| void ModelManager::newDifferedDLBuffer | ( | ) |
Definition at line 47 of file ModelManager.cpp.
| void ModelManager::startBck | ( | const char * | pAnimName, |
| const char * | pUnk ) |
Definition at line 53 of file ModelManager.cpp.
| void ModelManager::startBckWithInterpole | ( | const char * | pAnimName, |
| s32 | interpole ) |
Definition at line 59 of file ModelManager.cpp.
| void ModelManager::startBtk | ( | const char * | pBtkName | ) |
Definition at line 65 of file ModelManager.cpp.
| void ModelManager::startBrk | ( | const char * | pBrkName | ) |
Definition at line 71 of file ModelManager.cpp.
| void ModelManager::startBtp | ( | const char * | pBtpName | ) |
Definition at line 77 of file ModelManager.cpp.
| void ModelManager::startBpk | ( | const char * | pBpkName | ) |
Definition at line 83 of file ModelManager.cpp.
| void ModelManager::startBva | ( | const char * | pBvaName | ) |
Definition at line 89 of file ModelManager.cpp.
| void ModelManager::stopBtk | ( | ) |
Definition at line 94 of file ModelManager.cpp.
| void ModelManager::stopBrk | ( | ) |
Definition at line 101 of file ModelManager.cpp.
| void ModelManager::stopBtp | ( | ) |
Definition at line 108 of file ModelManager.cpp.
| void ModelManager::stopBpk | ( | ) |
Definition at line 115 of file ModelManager.cpp.
| void ModelManager::stopBva | ( | ) |
Definition at line 122 of file ModelManager.cpp.
| bool ModelManager::isBtkStopped | ( | ) | const |
Definition at line 128 of file ModelManager.cpp.
| bool ModelManager::isBrkStopped | ( | ) | const |
Definition at line 136 of file ModelManager.cpp.
| bool ModelManager::isBtpStopped | ( | ) | const |
Definition at line 144 of file ModelManager.cpp.
| bool ModelManager::isBpkStopped | ( | ) | const |
Definition at line 152 of file ModelManager.cpp.
| bool ModelManager::isBvaStopped | ( | ) | const |
Definition at line 160 of file ModelManager.cpp.
| bool ModelManager::isBtkPlaying | ( | const char * | pName | ) | const |
Definition at line 168 of file ModelManager.cpp.
| bool ModelManager::isBrkPlaying | ( | const char * | pName | ) | const |
Definition at line 172 of file ModelManager.cpp.
| bool ModelManager::isBpkPlaying | ( | const char * | pName | ) | const |
Definition at line 176 of file ModelManager.cpp.
| bool ModelManager::isBtpPlaying | ( | const char * | pName | ) | const |
Definition at line 180 of file ModelManager.cpp.
| bool ModelManager::isBvaPlaying | ( | const char * | pName | ) | const |
Definition at line 184 of file ModelManager.cpp.
| void ModelManager::initJointTransform | ( | ) |
Definition at line 188 of file ModelManager.cpp.
| ResourceHolder * ModelManager::getModelResourceHolder | ( | ) | const |
Definition at line 193 of file ModelManager.cpp.
| J3DModelData * ModelManager::getJ3DModelData | ( | ) | const |
Definition at line 197 of file ModelManager.cpp.
| BtkPlayer* ModelManager::mBtkPlayer |
Definition at line 64 of file ModelManager.hpp.
| BrkPlayer* ModelManager::mBrkPlayer |
Definition at line 65 of file ModelManager.hpp.
| BtpPlayer* ModelManager::mBtpPlayer |
Definition at line 66 of file ModelManager.hpp.
| BpkPlayer* ModelManager::mBpkPlayer |
Definition at line 67 of file ModelManager.hpp.
| BvaPlayer* ModelManager::mBvaPlayer |
Definition at line 68 of file ModelManager.hpp.
| XanimeResourceTable* ModelManager::mResourceTable |
Definition at line 69 of file ModelManager.hpp.
| XanimePlayer* ModelManager::mXanimePlayer |
Definition at line 70 of file ModelManager.hpp.
| J3DModel* ModelManager::mModel |
Definition at line 71 of file ModelManager.hpp.
| ResourceHolder* ModelManager::mModelResourceHolder |
Definition at line 72 of file ModelManager.hpp.
| DisplayListMaker* ModelManager::mDisplayListMaker |
Definition at line 73 of file ModelManager.hpp.