Variables | |
static const float | SPIN_SPEED = 60.0f |
static const float | WIND_SPEED = 30.0f |
static const float | STATE_LENGTH = 5.0f |
static const float | DECAY_RATIO = 0.2f |
static const float | EPSILON = 0.5f |
static const float | WOBBLE_DECAY = 0.99f |
static const float | WOBBLE_FACTOR = 4 * .005f |
const float SNOW::DECAY_RATIO = 0.2f [static] |
const float SNOW::EPSILON = 0.5f [static] |
const float SNOW::SPIN_SPEED = 60.0f [static] |
Definition at line 27 of file snow_particle_system.cpp.
Referenced by SnowParticleSystem::SnowParticleSystem().
const float SNOW::STATE_LENGTH = 5.0f [static] |
const float SNOW::WIND_SPEED = 30.0f [static] |
const float SNOW::WOBBLE_DECAY = 0.99f [static] |
const float SNOW::WOBBLE_FACTOR = 4 * .005f [static] |