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

Description

Definition at line 30 of file ef_particlemanager.h.

Classes

struct  SimpleLight
 

Public Types

enum  SimpleLightType {
  SIMPLELIGHT_OFF ,
  SIMPLELIGHT_AMBIENT ,
  SIMPLELIGHT_DIFFUSE
}
 

Public Attributes

math::VEC2 mScale
 
math::VEC3 mRotate
 
SimpleLight mLight
 

Member Enumeration Documentation

◆ SimpleLightType

enum nw4r::ef::ParticleManager::ParticleModifier::SimpleLightType

Definition at line 31 of file ef_particlemanager.h.

Member Data Documentation

◆ mScale

math::VEC2 nw4r::ef::ParticleManager::ParticleModifier::mScale

Definition at line 45 of file ef_particlemanager.h.

◆ mRotate

math::VEC3 nw4r::ef::ParticleManager::ParticleModifier::mRotate

Definition at line 46 of file ef_particlemanager.h.

◆ mLight

SimpleLight nw4r::ef::ParticleManager::ParticleModifier::mLight

Definition at line 47 of file ef_particlemanager.h.