]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - client.h
rearranged SCR_UpdateScreen, now puts 2D graphics in the two views in r_stereo_sideby...
[xonotic/darkplaces.git] / client.h
index 8e040c95ce365473a4a9a27240d2a79032d80f5d..726d16f1e986eb65ccebf92a02f3c3764f6ae7c1 100644 (file)
--- a/client.h
+++ b/client.h
@@ -751,6 +751,10 @@ typedef struct
        int x, y, width, height;
        float fov_x, fov_y;
 
+       // these are set for water warping before
+       // fov_x/fov_y are calculated
+       float fovscale_x, fovscale_y;
+
        // view transform
        matrix4x4_t viewentitymatrix;