NSMBW-Decomp
A decompilation of New Super Mario Bros. Wii
Loading...
Searching...
No Matches
nw4r::ef::ParticleParameterDesc Struct Reference

Description

Definition at line 21 of file ef_particle.h.

Public Attributes

GXColor mColor [COLOR_LAYER_MAX][COLOR_IDX_MAX]
 
math::VEC2 size
 
math::VEC2 scale
 
math::VEC3 rotate
 
math::VEC2 textureScale [TEX_LAYER_MAX]
 
f32 textureRotate [TEX_LAYER_MAX]
 
math::VEC2 textureTranslate [TEX_LAYER_MAX]
 
TextureDatamTexture [TEX_LAYER_MAX]
 
u16 textureWrap
 
u8 textureReverse
 
u8 mACmpRef0
 
u8 mACmpRef1
 
u8 rotateOffsetRandom [AXIS_MAX]
 
f32 rotateOffset [AXIS_MAX]
 
u8 textureNames [1]
 

Member Data Documentation

◆ mColor

GXColor nw4r::ef::ParticleParameterDesc::mColor[COLOR_LAYER_MAX][COLOR_IDX_MAX]

Definition at line 22 of file ef_particle.h.

◆ size

math::VEC2 nw4r::ef::ParticleParameterDesc::size

Definition at line 23 of file ef_particle.h.

◆ scale

math::VEC2 nw4r::ef::ParticleParameterDesc::scale

Definition at line 24 of file ef_particle.h.

◆ rotate

math::VEC3 nw4r::ef::ParticleParameterDesc::rotate

Definition at line 25 of file ef_particle.h.

◆ textureScale

math::VEC2 nw4r::ef::ParticleParameterDesc::textureScale[TEX_LAYER_MAX]

Definition at line 26 of file ef_particle.h.

◆ textureRotate

f32 nw4r::ef::ParticleParameterDesc::textureRotate[TEX_LAYER_MAX]

Definition at line 27 of file ef_particle.h.

◆ textureTranslate

math::VEC2 nw4r::ef::ParticleParameterDesc::textureTranslate[TEX_LAYER_MAX]

Definition at line 28 of file ef_particle.h.

◆ mTexture

TextureData* nw4r::ef::ParticleParameterDesc::mTexture[TEX_LAYER_MAX]

Definition at line 29 of file ef_particle.h.

◆ textureWrap

u16 nw4r::ef::ParticleParameterDesc::textureWrap

Definition at line 30 of file ef_particle.h.

◆ textureReverse

u8 nw4r::ef::ParticleParameterDesc::textureReverse

Definition at line 31 of file ef_particle.h.

◆ mACmpRef0

u8 nw4r::ef::ParticleParameterDesc::mACmpRef0

Definition at line 32 of file ef_particle.h.

◆ mACmpRef1

u8 nw4r::ef::ParticleParameterDesc::mACmpRef1

Definition at line 33 of file ef_particle.h.

◆ rotateOffsetRandom

u8 nw4r::ef::ParticleParameterDesc::rotateOffsetRandom[AXIS_MAX]

Definition at line 34 of file ef_particle.h.

◆ rotateOffset

f32 nw4r::ef::ParticleParameterDesc::rotateOffset[AXIS_MAX]

Definition at line 35 of file ef_particle.h.

◆ textureNames

u8 nw4r::ef::ParticleParameterDesc::textureNames[1]

Definition at line 36 of file ef_particle.h.