view.cpp | 79 vec3_t forward, right, up; variable 87 AngleVectors (angles, forward, right, up); 88 side = DotProduct (velocity, right); 321 vec3_t forward, right, up; 370 AngleVectors (ent->angles, forward, right, up); 372 side = DotProduct (from, right); 868 vec3_t forward, right, up; local 912 AngleVectors (angles, forward, right, up); 916 + scr_ofsy.value*right[i] 933 // view->origin[i] += right[i]*bob*0.4 [all...] |