]> de.git.xonotic.org Git - xonotic/darkplaces.git/commitdiff
forgot to update this for dpshadow/dpnoshadow
authorhavoc <havoc@d7cf8633-e32d-0410-b094-e92efae38249>
Fri, 22 Aug 2008 22:46:31 +0000 (22:46 +0000)
committerhavoc <havoc@d7cf8633-e32d-0410-b094-e92efae38249>
Fri, 22 Aug 2008 22:46:31 +0000 (22:46 +0000)
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@8466 d7cf8633-e32d-0410-b094-e92efae38249

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)