NSMBW-Decomp
A decompilation of New Super Mario Bros. Wii
Loading...
Searching...
No Matches
nw4r::ef::DrawStrategyImpl::AheadContext Struct Reference
Inheritance diagram for nw4r::ef::DrawStrategyImpl::AheadContext:
[legend]

Description

Definition at line 30 of file ef_drawstrategyimpl.h.

Public Member Functions

 AheadContext (const math::MTX34 &rViewMtx, ParticleManager *pManager)
 

Public Attributes

struct { 
 
   ParticleManager *   mParticleManager 
 
   const math::MTX34 *   mViewMtx 
 
   math::MTX34   mEmitterMtx 
 
   math::MTX34   mParticleManagerMtx 
 
   math::MTX34   mParticleManagerMtxInv 
 
   math::VEC3   mEmitterAxisY 
 
   math::VEC3   mEmitterCenter 
 
mCommon 
 
struct { 
 
   math::_VEC3   mWorldYAxis 
 
mNoDesign 
 

Member Data Documentation

◆ mParticleManager

ParticleManager* nw4r::ef::DrawStrategyImpl::AheadContext::mParticleManager

Definition at line 32 of file ef_drawstrategyimpl.h.

◆ mViewMtx

const math::MTX34* nw4r::ef::DrawStrategyImpl::AheadContext::mViewMtx

Definition at line 33 of file ef_drawstrategyimpl.h.

◆ mEmitterMtx

math::MTX34 nw4r::ef::DrawStrategyImpl::AheadContext::mEmitterMtx

Definition at line 34 of file ef_drawstrategyimpl.h.

◆ mParticleManagerMtx

math::MTX34 nw4r::ef::DrawStrategyImpl::AheadContext::mParticleManagerMtx

Definition at line 35 of file ef_drawstrategyimpl.h.

◆ mParticleManagerMtxInv

math::MTX34 nw4r::ef::DrawStrategyImpl::AheadContext::mParticleManagerMtxInv

Definition at line 36 of file ef_drawstrategyimpl.h.

◆ mEmitterAxisY

math::VEC3 nw4r::ef::DrawStrategyImpl::AheadContext::mEmitterAxisY

Definition at line 37 of file ef_drawstrategyimpl.h.

◆ mEmitterCenter

math::VEC3 nw4r::ef::DrawStrategyImpl::AheadContext::mEmitterCenter

Definition at line 38 of file ef_drawstrategyimpl.h.

◆ mWorldYAxis

math::_VEC3 nw4r::ef::DrawStrategyImpl::AheadContext::mWorldYAxis

Definition at line 42 of file ef_drawstrategyimpl.h.