SMG-Decomp
A decompilation of Super Mario Galaxy 1
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
ShadowVolumeOvalPole Class Reference
Inheritance diagram for ShadowVolumeOvalPole:
ShadowVolumeModel ShadowVolumeDrawer ShadowDrawer NameObj

Public Member Functions

virtual void loadModelDrawMtx () const
 
void setSize (const TVec3f &)
 
- 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 *)
 
ShadowControllergetController () 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

TVec3f mSize
 
- Public Attributes inherited from ShadowVolumeModel
J3DModelData * mModelData
 
- Public Attributes inherited from ShadowVolumeDrawer
f32 mStartDrawShapeOffset
 
f32 mEndDrawShapeOffset
 
bool mIsCutDropShadow
 
- Public Attributes inherited from ShadowDrawer
ShadowControllermController
 
- 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.
 

Detailed Description

Definition at line 5 of file ShadowVolumeOvalPole.hpp.

Constructor & Destructor Documentation

◆ ShadowVolumeOvalPole()

ShadowVolumeOvalPole::ShadowVolumeOvalPole ( )

Definition at line 7 of file ShadowVolumeOvalPole.cpp.

◆ ~ShadowVolumeOvalPole()

ShadowVolumeOvalPole::~ShadowVolumeOvalPole ( )
virtual

Definition at line 3 of file ShadowVolumeOvalPole.cpp.

Member Function Documentation

◆ loadModelDrawMtx()

virtual void ShadowVolumeOvalPole::loadModelDrawMtx ( ) const
virtual

Reimplemented from ShadowVolumeDrawer.

◆ setSize()

void ShadowVolumeOvalPole::setSize ( const TVec3f & )

Definition at line 14 of file ShadowVolumeOvalPole.cpp.

Member Data Documentation

◆ mSize

TVec3f ShadowVolumeOvalPole::mSize

Definition at line 14 of file ShadowVolumeOvalPole.hpp.