Searched refs:eject_r (Results 1 - 2 of 2) sorted by relevance
| /xsrc/external/mit/mesa-demos/dist/src/demos/ |
| H A D | fire.c | 125 static float eject_r, dt, maxage, eject_vy, eject_vl; variable in typeref:typename:float 159 vinit(v, sin(a) * eject_r * vrnd(), 0.15, cos(a) * eject_r * vrnd()); 167 vinit(p->v, v[0] * eject_vl / (eject_r / 2), 168 vrnd() * eject_vy + eject_vy / 2, v[2] * eject_vl / (eject_r / 2)); 596 eject_r -= 0.03; 599 eject_r += 0.03; 724 eject_r = -0.65;
|
| H A D | fbo_firecube.c | 238 static float eject_r, dt, maxage, eject_vy, eject_vl; variable in typeref:typename:float 270 vinit(v, sin(a) * eject_r * vrnd(), 0.15, cos(a) * eject_r * vrnd()); 278 vinit(p->v, v[0] * eject_vl / (eject_r / 2), 279 vrnd() * eject_vy + eject_vy / 2, v[2] * eject_vl / (eject_r / 2)); 636 eject_r -= 0.03; 639 eject_r += 0.03; 767 eject_r = -0.65;
|
Completed in 5 milliseconds