NSMBW-Decomp
A decompilation of New Super Mario Bros. Wii
|
Public Member Functions | |
Fog (FogData *pData) | |
void | Init () |
Fog | CopyTo (void *pDst) const |
void | SetFogRangeAdjParam (u16 width, u16 center, const math::MTX44 &rProjMtx) |
void | SetGP () const |
void | SetFogType (GXFogType type) |
void | SetZ (f32 startZ, f32 endZ) |
void | SetNearFar (f32 nearZ, f32 farZ) |
void | SetFogColor (GXColor color) |
bool | IsFogRangeAdjEnable () const |
![]() | |
ResCommon (void *pData) | |
ResCommon (const void *pData) | |
bool | IsValid () const |
FogData * | ptr () |
const FogData * | ptr () const |
FogData & | ref () |
const FogData & | ref () const |
FogData * | ofs_to_ptr_raw (s32 ofs) |
const FogData * | ofs_to_ptr_raw (s32 ofs) const |
FogData * | ofs_to_ptr (s32 ofs) |
const FogData * | ofs_to_ptr (s32 ofs) const |
FogData | ofs_to_obj (s32 ofs) |
const FogData | ofs_to_obj (s32 ofs) const |
|
inline |