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

/xsrc/external/mit/mesa-demos/dist/src/demos/
H A Dpointblast.c52 static GLfloat pointTime[MAX_POINTS]; variable in typeref:typename:GLfloat[]
97 pointTime[i] = 0.0;
133 (pointVelocity[i][1] - 0.5 * GRAVITY * pointTime[i])*pointTime[i];
145 pointTime[i] = 0.0; /* Reset the particles sense of up time. */
148 pointTime[i] += dt;
H A Dspriteblast.c57 static GLfloat pointTime[MAX_POINTS]; variable in typeref:typename:GLfloat[]
159 pointTime[i] = 0.0;
195 (pointVelocity[i][1] - 0.5 * GRAVITY * pointTime[i])*pointTime[i];
207 pointTime[i] = 0.0; /* Reset the particles sense of up time. */
210 pointTime[i] += dt;

Completed in 3 milliseconds