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

  /external/quake/quake/src/QW/client/
pmove.h 64 physent_t physents[MAX_PHYSENTS]; // 0 should be the world member in struct:__anon10457
pmovetst.c 134 hull = &pmove.physents[0].model->hulls[0];
325 pe = &pmove.physents[i];
328 hull = &pmove.physents[i].model->hulls[1];
368 pe = &pmove.physents[i];
371 hull = &pmove.physents[i].model->hulls[1];
cl_ents.c 903 Builds all the pmove physents for the current frame
913 pmove.physents[0].model = cl.worldmodel;
914 VectorCopy (vec3_origin, pmove.physents[0].origin);
915 pmove.physents[0].info = 0;
932 pmove.physents[pmove.numphysent].model = cl.model_precache[state->modelindex];
933 VectorCopy (state->origin, pmove.physents[pmove.numphysent].origin);
1015 Builds all the pmove physents for the current frame
1032 pent = pmove.physents + pmove.numphysent;
cl_cam.c 142 VectorCopy (vec3_origin, pmove.physents[0].origin);
143 pmove.physents[0].model = cl.worldmodel;
  /external/quake/quake/src/QW/server/
sv_user.c 1271 pe = &pmove.physents[pmove.numphysent];
1334 pe = &pmove.physents[pmove.numphysent];
1337 pmove.physents[pmove.numphysent].info = e;
    [all...]

Completed in 331 milliseconds