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

Public Member Functions

 CameraInwardSphere (const char *)
 
virtual void reset ()
 
virtual CameraTargetObjcalc ()
 
virtual CamTranslatorBasecreateTranslator ()
 
void calcGravityCenter ()
 
- 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
 
virtual bool isEnableToReset () 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 mDist
 
f32 mAngleA
 
f32 mAngleB
 
f32 _58
 
f32 _5C
 
f32 _60
 
f32 _64
 
f32 _68
 
f32 _6C
 
u8 _70 [12]
 
- Public Attributes inherited from Camera
CameraManmCameraMan
 
CameraPoseParammPosParam
 
CameraHeightArrangemVPan
 
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.
 

Detailed Description

Definition at line 5 of file CameraInwardSphere.hpp.

Constructor & Destructor Documentation

◆ CameraInwardSphere()

CameraInwardSphere::CameraInwardSphere ( const char * pName)

Definition at line 4 of file CameraInwardSphere.cpp.

◆ ~CameraInwardSphere()

CameraInwardSphere::~CameraInwardSphere ( )
virtual

Definition at line 16 of file CameraInwardSphere.cpp.

Member Function Documentation

◆ reset()

virtual void CameraInwardSphere::reset ( )
virtual

Reimplemented from Camera.

◆ calc()

virtual CameraTargetObj * CameraInwardSphere::calc ( )
virtual

Implements Camera.

◆ createTranslator()

CamTranslatorBase * CameraInwardSphere::createTranslator ( )
virtual

Reimplemented from Camera.

Definition at line 20 of file CameraInwardSphere.cpp.

Member Data Documentation

◆ mDist

f32 CameraInwardSphere::mDist

Definition at line 16 of file CameraInwardSphere.hpp.

◆ mAngleA

f32 CameraInwardSphere::mAngleA

Definition at line 17 of file CameraInwardSphere.hpp.

◆ mAngleB

f32 CameraInwardSphere::mAngleB

Definition at line 18 of file CameraInwardSphere.hpp.

◆ _58

f32 CameraInwardSphere::_58

Definition at line 19 of file CameraInwardSphere.hpp.

◆ _5C

f32 CameraInwardSphere::_5C

Definition at line 20 of file CameraInwardSphere.hpp.

◆ _60

f32 CameraInwardSphere::_60

Definition at line 21 of file CameraInwardSphere.hpp.

◆ _64

f32 CameraInwardSphere::_64

Definition at line 22 of file CameraInwardSphere.hpp.

◆ _68

f32 CameraInwardSphere::_68

Definition at line 23 of file CameraInwardSphere.hpp.

◆ _6C

f32 CameraInwardSphere::_6C

Definition at line 24 of file CameraInwardSphere.hpp.

◆ _70

u8 CameraInwardSphere::_70[12]

Definition at line 25 of file CameraInwardSphere.hpp.