Home
last modified time | relevance | path

Searched refs:LIFE_SPAN (Results 1 - 1 of 1) sorted by relevance

/third_party/glfw/examples/
H A Dparticles.c156 #define LIFE_SPAN 8.f macro
159 #define BIRTH_INTERVAL (LIFE_SPAN/(float)MAX_PARTICLES)
302 p->life -= dt * (1.f / LIFE_SPAN); in update_particle()

Completed in 2 milliseconds