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

Public Member Functions

 CamTranslatorInwardSphere (CameraInwardSphere *pCamera)
 
virtual void setParam (const CameraParamChunk *)
 
virtual CameragetCamera () const
 

Public Attributes

CameraInwardSpheremCamera
 

Detailed Description

Definition at line 5 of file CamTranslatorInwardSphere.hpp.

Constructor & Destructor Documentation

◆ CamTranslatorInwardSphere()

CamTranslatorInwardSphere::CamTranslatorInwardSphere ( CameraInwardSphere * pCamera)
inline

Definition at line 7 of file CamTranslatorInwardSphere.hpp.

Member Function Documentation

◆ setParam()

void CamTranslatorInwardSphere::setParam ( const CameraParamChunk * pChunk)
virtual

Implements CamTranslatorBase.

Definition at line 4 of file CamTranslatorInwardSphere.cpp.

◆ getCamera()

Camera * CamTranslatorInwardSphere::getCamera ( ) const
virtual

Implements CamTranslatorBase.

Definition at line 21 of file CamTranslatorInwardSphere.cpp.

Member Data Documentation

◆ mCamera

CameraInwardSphere* CamTranslatorInwardSphere::mCamera

Definition at line 14 of file CamTranslatorInwardSphere.hpp.