HomeSort by relevance Sort by last modified time
    Searched defs:mirror_plane (Results 1 - 2 of 2) sorted by null

  /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])
  /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...]

Completed in 875 milliseconds