]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - client.h
this patch adds a number of stereo viewing modes (shutter glasses and video glasses...
[xonotic/darkplaces.git] / client.h
index 469ed9b66cfeca85fe6b342ad4a784c71e0c227d..8e040c95ce365473a4a9a27240d2a79032d80f5d 100644 (file)
--- a/client.h
+++ b/client.h
@@ -754,6 +754,9 @@ typedef struct
        // view transform
        matrix4x4_t viewentitymatrix;
 
+       // which color components to allow (for anaglyph glasses)
+       int colormask[4];
+
        // fullscreen color blend
        float viewblend[4];