]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - model_shared.h
support r_ambient in "eeepc mode"
[xonotic/darkplaces.git] / model_shared.h
index e8b918c0c76a24f9ada20cb7beca8da50d038660..7bf5e0207a972c4d37b23c5c3bfa031d2920b71b 100644 (file)
@@ -70,6 +70,8 @@ typedef struct skinframe_s
        int loadsequence;
        // on 32bit systems this makes the struct 128 bytes long
        int padding;
+       // average texture color, if applicable
+       float avgcolor[4];
 }
 skinframe_t;