]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - client.h
implemented csqc VF_PERSPECTIVE, still needs more work but it's a start
[xonotic/darkplaces.git] / client.h
index 52a9ce064d28248f6f998da9fd3d106f205f4297..d00873f3a7d23f8e0ce210519d6389a8edd9101d 100644 (file)
--- a/client.h
+++ b/client.h
@@ -1408,6 +1408,8 @@ typedef struct r_view_s
        mplane_t frustum[5];
        float frustum_x, frustum_y;
        vec3_t frustumcorner[4];
+       // if turned off it renders an ortho view
+       int useperspective;
 
        // screen area to render in
        int x;