|
SMG-Decomp
A decompilation of Super Mario Galaxy 1
|
Public Member Functions | |
| CameraWonderPlanet (const char *) | |
| virtual void | reset () |
| virtual CameraTargetObj * | calc () |
| virtual bool | isEnableToReset () const |
| virtual CamTranslatorBase * | createTranslator () |
| void | updateCameraReset () |
| void | rotateCamera () |
| void | checkReset () |
Public Member Functions inherited from Camera | |
| Camera (const char *) | |
| virtual bool | isInterpolationOff () const |
| virtual bool | isCollisionOff () const |
| virtual bool | isZeroFrameMoveOff () const |
| virtual bool | isSubjectiveCameraOff () const |
| virtual bool | isCorrectingErpPositionOff () const |
| virtual void | roundLeft () |
| virtual void | roundRight () |
| virtual bool | isEnableToRoundLeft () const |
| virtual bool | isEnableToRoundRight () const |
| void | setZoneMtx (long) |
| void | createVPanObj () |
Public Member Functions inherited from NameObj | |
| NameObj (const char *pName) | |
| Constructs a new NameObj instance. | |
| virtual void | init (const JMapInfoIter &rIter) |
| Intializes the NameObj and can set various settings and construct necessary classes. | |
| virtual void | initAfterPlacement () |
| virtual void | movement () |
| virtual void | draw () const |
| Draws the object. Does nothing until overridden. | |
| virtual void | calcAnim () |
| virtual void | calcViewAndEntry () |
| void | initWithoutIter () |
| Initializes a NameObj without a JMapInfoIter instance. | |
| void | setName (const char *pName) |
| Sets the NameObj's mName. | |
| void | executeMovement () |
| void | requestSuspend () |
| void | requestResume () |
| void | syncWithFlags () |
Public Attributes | |
| f32 | mAxisX |
| f32 | mAxisY |
| f32 | mAngleA |
| bool | _58 |
| u8 | _59 [3] |
| u32 | _5C |
Public Attributes inherited from Camera | |
| CameraMan * | mCameraMan |
| CameraPoseParam * | mPosParam |
| CameraHeightArrange * | mVPan |
| bool | mIsLOfsErpOff |
| u8 | _19 [3] |
| TMtx34f | mZoneMatrix |
Public Attributes inherited from NameObj | |
| const char * | mName |
| A string to identify the NameObj. | |
| volatile u16 | mFlags |
| Flags in relation to movement. | |
| s16 | mExecutorIdx |
| The index into the NameObjExecuteInfo array. | |
Definition at line 5 of file CameraWonderPlanet.hpp.
| CameraWonderPlanet::CameraWonderPlanet | ( | const char * | pName | ) |
Definition at line 4 of file CameraWonderPlanet.cpp.
|
virtual |
Definition at line 12 of file CameraWonderPlanet.cpp.
|
virtual |
Reimplemented from Camera.
|
virtual |
Implements Camera.
|
virtual |
Reimplemented from Camera.
|
virtual |
Reimplemented from Camera.
Definition at line 16 of file CameraWonderPlanet.cpp.
| f32 CameraWonderPlanet::mAxisX |
Definition at line 19 of file CameraWonderPlanet.hpp.
| f32 CameraWonderPlanet::mAxisY |
Definition at line 20 of file CameraWonderPlanet.hpp.
| f32 CameraWonderPlanet::mAngleA |
Definition at line 21 of file CameraWonderPlanet.hpp.
| bool CameraWonderPlanet::_58 |
Definition at line 22 of file CameraWonderPlanet.hpp.
| u8 CameraWonderPlanet::_59[3] |
Definition at line 23 of file CameraWonderPlanet.hpp.
| u32 CameraWonderPlanet::_5C |
Definition at line 24 of file CameraWonderPlanet.hpp.