|
SMG-Decomp
A decompilation of Super Mario Galaxy 1
|
Public Member Functions | |
| ShadowVolumeDrawer (const char *) | |
| virtual void | draw () const |
| Draws the object. Does nothing until overridden. | |
| virtual void | loadModelDrawMtx () const |
| virtual void | drawShape () const |
| virtual bool | isDraw () const |
| void | setStartDrawShepeOffset (f32) |
| void | setEndDrawShepeOffset (f32) |
| void | onCutDropShadow () |
| void | offCutDropShadow () |
| void | calcBaseDropPosition (TVec3f *) const |
| void | calcBaseDropPosition (TVec3f *, const ShadowController *) const |
| f32 | calcBaseDropLength () const |
| f32 | calcBaseDropLength (const ShadowController *) const |
Public Member Functions inherited from ShadowDrawer | |
| ShadowDrawer (const char *) | |
| ShadowController * | getController () const |
| void | setShadowController (ShadowController *) |
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 | 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 | mStartDrawShapeOffset |
| f32 | mEndDrawShapeOffset |
| bool | mIsCutDropShadow |
Public Attributes inherited from ShadowDrawer | |
| ShadowController * | mController |
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 14 of file ShadowVolumeDrawer.hpp.
| ShadowVolumeDrawer::ShadowVolumeDrawer | ( | const char * | pName | ) |
Definition at line 14 of file ShadowVolumeDrawer.cpp.
|
virtual |
Draws the object. Does nothing until overridden.
Reimplemented from NameObj.
Reimplemented in ShadowVolumeBox.
Definition at line 75 of file ShadowVolumeDrawer.cpp.
|
virtual |
Definition at line 63 of file ShadowVolumeDrawer.cpp.
|
virtual |
Definition at line 67 of file ShadowVolumeDrawer.cpp.
|
virtual |
Definition at line 71 of file ShadowVolumeDrawer.cpp.
| void ShadowVolumeDrawer::setStartDrawShepeOffset | ( | f32 | offs | ) |
Definition at line 22 of file ShadowVolumeDrawer.cpp.
| void ShadowVolumeDrawer::setEndDrawShepeOffset | ( | f32 | offs | ) |
Definition at line 26 of file ShadowVolumeDrawer.cpp.
| void ShadowVolumeDrawer::onCutDropShadow | ( | ) |
Definition at line 30 of file ShadowVolumeDrawer.cpp.
| void ShadowVolumeDrawer::offCutDropShadow | ( | ) |
Definition at line 34 of file ShadowVolumeDrawer.cpp.
| void ShadowVolumeDrawer::calcBaseDropPosition | ( | TVec3f * | pVec | ) | const |
Definition at line 38 of file ShadowVolumeDrawer.cpp.
| f32 ShadowVolumeDrawer::calcBaseDropLength | ( | ) | const |
Definition at line 42 of file ShadowVolumeDrawer.cpp.
| f32 ShadowVolumeDrawer::mStartDrawShapeOffset |
Definition at line 34 of file ShadowVolumeDrawer.hpp.
| f32 ShadowVolumeDrawer::mEndDrawShapeOffset |
Definition at line 35 of file ShadowVolumeDrawer.hpp.
| bool ShadowVolumeDrawer::mIsCutDropShadow |
Definition at line 36 of file ShadowVolumeDrawer.hpp.