|
SMG-Decomp
A decompilation of Super Mario Galaxy 1
|
Public Member Functions | |
| void | initActorInfo (ClippingActorInfo *, s32) |
| void | initViewGroup (ClippingActorInfoList *) |
| void | endInitViewGroupTable () |
| void | entryLodCtrl (LodCtrl *, const JMapInfoIter &) |
| void | update () |
| void | startInitViewGroupTable () |
Public Attributes | |
| AreaObjMgr * | mViewCubeMgr |
| s32 | mMaxViewGroupId |
| ViewGroupCtrlDataEntry * | mViewGroupData |
| u32 | mViewCtrlCount |
| LodCtrl ** | mLodCtrls |
Definition at line 14 of file ViewGroupCtrl.hpp.
| ViewGroupCtrl::ViewGroupCtrl | ( | ) |
Definition at line 4 of file ViewGroupCtrl.cpp.
| void ViewGroupCtrl::initActorInfo | ( | ClippingActorInfo * | pInfo, |
| s32 | groupID ) |
Definition at line 17 of file ViewGroupCtrl.cpp.
| void ViewGroupCtrl::initViewGroup | ( | ClippingActorInfoList * | pList | ) |
Definition at line 25 of file ViewGroupCtrl.cpp.
| void ViewGroupCtrl::endInitViewGroupTable | ( | ) |
Definition at line 37 of file ViewGroupCtrl.cpp.
| void ViewGroupCtrl::entryLodCtrl | ( | LodCtrl * | pCtrl, |
| const JMapInfoIter & | rIter ) |
Definition at line 41 of file ViewGroupCtrl.cpp.
| AreaObjMgr* ViewGroupCtrl::mViewCubeMgr |
Definition at line 25 of file ViewGroupCtrl.hpp.
| s32 ViewGroupCtrl::mMaxViewGroupId |
Definition at line 26 of file ViewGroupCtrl.hpp.
| ViewGroupCtrlDataEntry* ViewGroupCtrl::mViewGroupData |
Definition at line 27 of file ViewGroupCtrl.hpp.
| u32 ViewGroupCtrl::mViewCtrlCount |
Definition at line 28 of file ViewGroupCtrl.hpp.
| LodCtrl** ViewGroupCtrl::mLodCtrls |
Definition at line 29 of file ViewGroupCtrl.hpp.