SMG-Decomp
A decompilation of Super Mario Galaxy 1
Loading...
Searching...
No Matches
Public Attributes | List of all members
BrightCamInfo Class Reference

Public Attributes

TMtx34f mViewMtx [2]
 
Mtx44 mProjectionMtx [2]
 
TVec3f mCameraDir [2]
 
TVec3f mCameraPos [2]
 

Detailed Description

Definition at line 27 of file BrightObj.hpp.

Constructor & Destructor Documentation

◆ BrightCamInfo()

BrightCamInfo::BrightCamInfo ( )

Definition at line 36 of file BrightObj.cpp.

Member Data Documentation

◆ mViewMtx

TMtx34f BrightCamInfo::mViewMtx[2]

Definition at line 31 of file BrightObj.hpp.

◆ mProjectionMtx

Mtx44 BrightCamInfo::mProjectionMtx[2]

Definition at line 32 of file BrightObj.hpp.

◆ mCameraDir

TVec3f BrightCamInfo::mCameraDir[2]

Definition at line 33 of file BrightObj.hpp.

◆ mCameraPos

TVec3f BrightCamInfo::mCameraPos[2]

Definition at line 34 of file BrightObj.hpp.