Searched refs:VELOCITY (Results 1 - 1 of 1) sorted by relevance
/third_party/glfw/examples/ | ||
H A D | particles.c | 168 #define VELOCITY 8.f macro 263 velocity = VELOCITY * (0.8f + 0.1f * (float) (sin(0.5 * t) + sin(1.31 * t))); in init_particle() |
Completed in 2 milliseconds