]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - client.h
vary r_drawparticles_drawdistance and r_drawdecals_drawdistance for
[xonotic/darkplaces.git] / client.h
index 245d590ec9dfa92c5e372eb31d753a1825cfb8ae..4c44fee682a3903bca3e70dc4c92a41489682d09 100644 (file)
--- a/client.h
+++ b/client.h
@@ -1410,11 +1410,8 @@ typedef struct r_refdef_view_s
        int cullface_front;
        int cullface_back;
 
-       // reduces render quality:
-       // 0 = full quality
-       // 1 = skip every other particle and some lights
-       // 2 = skip 75% of particles and some lights
-       int qualityreduction;
+       // render quality (0 to 1) - affects r_drawparticles_drawdistance and others
+       float quality;
 }
 r_refdef_view_t;