NSMBW-Decomp
A decompilation of New Super Mario Bros. Wii
|
Public Member Functions | |
virtual scnLeaf_c::leafType_e | getType () const |
virtual void | drawOpa () |
virtual void | drawXlu () |
bool | create (mAllocator_c *allocator, size_t *size) |
![]() | |
virtual void | remove () |
virtual void | entry () |
void | setOption (ulong option, ulong value) |
bool | getOption (ulong option, ulong *value) const |
void | setScale (float x, float y, float z) |
void | setScale (const nw4r::math::VEC3 &scale) |
void | setLocalMtx (const nw4r::math::MTX34 *mtx) |
void | getLocalMtx (nw4r::math::MTX34 *mtx) const |
void | getViewMtx (nw4r::math::MTX34 *mtx) const |
void | calc (bool keepEnabledAfter) |
void | calcVtx (bool keepEnabledAfter) |
void | setPriorityDraw (int prioOpa, int prioXlu) |
nw4r::g3d::ScnObj * | getScn () const |
Additional Inherited Members | |
![]() | |
enum | leafType_e { TYPE_BMDL , TYPE_UNUSED , TYPE_PROC } |
![]() | |
nw4r::g3d::ScnLeaf * | mpScn |
|
inlinevirtual |
Implements m3d::scnLeaf_c.
bool m3d::proc_c::create | ( | mAllocator_c * | allocator, |
size_t * | size ) |