|
SMG-Decomp
A decompilation of Super Mario Galaxy 1
|
Public Member Functions | |
| CameraManSubjective (const char *) | |
| virtual void | init (const JMapInfoIter &) |
| Intializes the NameObj and can set various settings and construct necessary classes. | |
| virtual void | calc () |
| virtual void | notifyActivate () |
| virtual void | notifyDeactivate () |
Public Member Functions inherited from CameraMan | |
| CameraMan (const char *) | |
| virtual void | movement () |
| virtual bool | isInterpolationOff () const |
| virtual bool | isCollisionOff () const |
| virtual bool | isZeroFrameMoveOff () const |
| virtual bool | isSubjectiveCameraOff () const |
| virtual bool | isCorrectingErpPositionOff () const |
| virtual bool | isEnableToReset () const |
| virtual bool | isEnableToRoundLeft () const |
| virtual bool | isEnableToRoundRight () const |
| virtual void | roundLeft () |
| virtual void | roundRight () |
| void | owned (CameraDirector *) |
| void | released (CameraDirector *) |
| void | activate (CameraDirector *) |
| void | deactivate (CameraDirector *) |
Public Member Functions inherited from NameObj | |
| NameObj (const char *pName) | |
| Constructs a new NameObj instance. | |
| virtual void | initAfterPlacement () |
| 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 | |
| CameraSubjective * | mCamera |
Public Attributes inherited from CameraMan | |
| CameraDirector * | mDirector |
| CameraPoseParam * | mPoseParam |
| bool | mIsActivated |
| bool | _15 |
| u8 | _16 [2] |
| TMtx34f | mMatrix |
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 7 of file CameraManSubjective.hpp.
| CameraManSubjective::CameraManSubjective | ( | const char * | pName | ) |
Definition at line 5 of file CameraManSubjective.cpp.
|
virtual |
Definition at line 10 of file CameraManSubjective.cpp.
|
virtual |
Intializes the NameObj and can set various settings and construct necessary classes.
| rIter | A reference to the JMapInfoIter that supplies BCSV information. |
Reimplemented from CameraMan.
Definition at line 14 of file CameraManSubjective.cpp.
|
virtual |
Reimplemented from CameraMan.
Definition at line 18 of file CameraManSubjective.cpp.
|
virtual |
Reimplemented from CameraMan.
Definition at line 23 of file CameraManSubjective.cpp.
|
virtual |
Reimplemented from CameraMan.
Definition at line 27 of file CameraManSubjective.cpp.
| CameraSubjective* CameraManSubjective::mCamera |
Definition at line 18 of file CameraManSubjective.hpp.