|
SMG-Decomp
A decompilation of Super Mario Galaxy 1
|
Public Member Functions | |
| virtual void | loadModelDrawMtx () const |
| void | setRadius (f32) |
Public Member Functions inherited from ShadowVolumeModel | |
| ShadowVolumeModel (const char *) | |
| virtual void | drawShape () const |
| void | initVolumeModel (const char *) |
Public Member Functions inherited from ShadowVolumeDrawer | |
| ShadowVolumeDrawer (const char *) | |
| virtual void | draw () const |
| Draws the object. Does nothing until overridden. | |
| 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 | mRadius |
Public Attributes inherited from ShadowVolumeModel | |
| J3DModelData * | mModelData |
Public Attributes inherited from ShadowVolumeDrawer | |
| 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 5 of file ShadowVolumeCylinder.hpp.
| ShadowVolumeCylinder::ShadowVolumeCylinder | ( | ) |
Definition at line 3 of file ShadowVolumeCylinder.cpp.
|
virtual |
Reimplemented from ShadowVolumeDrawer.
| void ShadowVolumeCylinder::setRadius | ( | f32 | radius | ) |
Definition at line 8 of file ShadowVolumeCylinder.cpp.
| f32 ShadowVolumeCylinder::mRadius |
Definition at line 13 of file ShadowVolumeCylinder.hpp.