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

Public Member Functions

 CameraFixedThere (const char *)
 
virtual void reset ()
 
virtual CameraTargetObjcalc ()
 
virtual bool isCorrectingErpPositionOff () const
 
virtual CamTranslatorBasecreateTranslator ()
 
void copyStatusFromPrevCamera ()
 
void calcEyeDir (TVec3f *)
 
void makeAxisAndRoll ()
 
void updateUpVec (const TVec3f &)
 
void updateNormalUpVec (const TVec3f &)
 
- 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 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

u32 _4C
 
bool _50
 
u8 _51 [3]
 
f32 _54
 
f32 _58
 
f32 _5C
 
f32 _60
 
f32 _64
 
f32 _68
 
f32 _6C
 
- 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 CameraFixedThere.hpp.

Constructor & Destructor Documentation

◆ CameraFixedThere()

CameraFixedThere::CameraFixedThere ( const char * pName)

Definition at line 4 of file CameraFixedThere.cpp.

◆ ~CameraFixedThere()

CameraFixedThere::~CameraFixedThere ( )
virtual

Definition at line 16 of file CameraFixedThere.cpp.

Member Function Documentation

◆ reset()

virtual void CameraFixedThere::reset ( )
virtual

Reimplemented from Camera.

◆ calc()

virtual CameraTargetObj * CameraFixedThere::calc ( )
virtual

Implements Camera.

◆ isCorrectingErpPositionOff()

virtual bool CameraFixedThere::isCorrectingErpPositionOff ( ) const
virtual

Reimplemented from Camera.

◆ createTranslator()

CamTranslatorBase * CameraFixedThere::createTranslator ( )
virtual

Reimplemented from Camera.

Definition at line 20 of file CameraFixedThere.cpp.

Member Data Documentation

◆ _4C

u32 CameraFixedThere::_4C

Definition at line 21 of file CameraFixedThere.hpp.

◆ _50

bool CameraFixedThere::_50

Definition at line 22 of file CameraFixedThere.hpp.

◆ _51

u8 CameraFixedThere::_51[3]

Definition at line 23 of file CameraFixedThere.hpp.

◆ _54

f32 CameraFixedThere::_54

Definition at line 24 of file CameraFixedThere.hpp.

◆ _58

f32 CameraFixedThere::_58

Definition at line 25 of file CameraFixedThere.hpp.

◆ _5C

f32 CameraFixedThere::_5C

Definition at line 26 of file CameraFixedThere.hpp.

◆ _60

f32 CameraFixedThere::_60

Definition at line 27 of file CameraFixedThere.hpp.

◆ _64

f32 CameraFixedThere::_64

Definition at line 28 of file CameraFixedThere.hpp.

◆ _68

f32 CameraFixedThere::_68

Definition at line 29 of file CameraFixedThere.hpp.

◆ _6C

f32 CameraFixedThere::_6C

Definition at line 30 of file CameraFixedThere.hpp.