HomeSort by relevance Sort by last modified time
    Searched refs:mvelocity (Results 1 - 3 of 3) sorted by null

  /external/quake/quake/src/WinQuake/
cl_parse.cpp 528 VectorCopy (cl.mvelocity[0], cl.mvelocity[1]);
536 cl.mvelocity[0][i] = MSG_ReadChar()*16;
538 cl.mvelocity[0][i] = 0;
client.h 174 vec3_t mvelocity[2]; // update by server, used for lean+bob member in struct:__anon10459
176 vec3_t velocity; // lerped between mvelocity[0] and [1]
cl_main.cpp 461 cl.velocity[i] = cl.mvelocity[1][i] +
462 frac * (cl.mvelocity[0][i] - cl.mvelocity[1][i]);

Completed in 320 milliseconds