#include "object/snow_particle_system.hpp"#include <math.h>#include "math/random_generator.hpp"#include "supertux/globals.hpp"#include "video/drawing_context.hpp"Go to the source code of this file.
Namespaces | |
| namespace | SNOW |
Variables | |
| static const float | SNOW::SPIN_SPEED = 60.0f |
| static const float | SNOW::WIND_SPEED = 30.0f |
| static const float | SNOW::STATE_LENGTH = 5.0f |
| static const float | SNOW::DECAY_RATIO = 0.2f |
| static const float | SNOW::EPSILON = 0.5f |
| static const float | SNOW::WOBBLE_DECAY = 0.99f |
| static const float | SNOW::WOBBLE_FACTOR = 4 * .005f |
1.5.1