]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - model_shared.h
forgot to update this for dpshadow/dpnoshadow
[xonotic/darkplaces.git] / model_shared.h
index bd939d6e6fca63d9154cc264ea8ac3e7e69aed47..9fcfff2512c982351a8432760c2a94ac45dbc177 100644 (file)
@@ -364,6 +364,12 @@ typedef struct q3shaderinfo_s
        char skyboxname[Q3PATHLENGTH];
        q3shaderinfo_deform_t deforms[Q3MAXDEFORMS];
 
+       // dp-specific additions:
+
+       // shadow control
+       qboolean dpshadow;
+       qboolean dpnoshadow;
+
        // reflection
        float reflectmin; // when refraction is used, minimum amount of reflection (when looking straight down)
        float reflectmax; // when refraction is used, maximum amount of reflection (when looking parallel to water)