/external/quake/quake/src/QW/client/ |
gl_rmain.c | 49 mplane_t *mirror_plane; variable 990 if (mirror_plane->normal[2]) 1137 d = DotProduct (r_refdef.vieworg, mirror_plane->normal) - mirror_plane->dist; 1138 VectorMA (r_refdef.vieworg, -2*d, mirror_plane->normal, r_refdef.vieworg); 1140 d = DotProduct (vpn, mirror_plane->normal); 1141 VectorMA (vpn, -2*d, mirror_plane->normal, vpn); 1171 if (mirror_plane->normal[2])
|
glquake.h | 249 extern mplane_t *mirror_plane;
|
gl_rsurf.c | 926 mirror_plane = s->plane; [all...] |
/external/quake/quake/src/WinQuake/ |
gl_rmain.cpp | 49 mplane_t *mirror_plane; variable 1209 if (mirror_plane->normal[2]) 1407 d = DotProduct (r_refdef.vieworg, mirror_plane->normal) - mirror_plane->dist; 1408 VectorMA (r_refdef.vieworg, -2*d, mirror_plane->normal, r_refdef.vieworg); 1410 d = DotProduct (vpn, mirror_plane->normal); 1411 VectorMA (vpn, -2*d, mirror_plane->normal, vpn); 1448 if (mirror_plane->normal[2]) [all...] |
glquake.h | 237 extern mplane_t *mirror_plane;
|
gl_rsurf.cpp | 995 mirror_plane = s->plane; [all...] |