]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - r_shadow.h
snd_initialized is now checked by S_FindName and S_PrecacheSound (Thanks to Moz for...
[xonotic/darkplaces.git] / r_shadow.h
index 20a3f3606bb083eb1e729418985dfa1361d92f84..61524f7c31cea00b26e23840965a9b629e5a9412 100644 (file)
@@ -11,6 +11,7 @@ extern cvar_t r_shadow_gloss;
 extern cvar_t r_shadow_debuglight;
 extern cvar_t r_shadow_bumpscale_bumpmap;
 extern cvar_t r_shadow_bumpscale_basetexture;
+extern cvar_t r_shadow_shadows;
 
 void R_Shadow_Init(void);
 void R_Shadow_Volume(int numverts, int numtris, const float *invertex3f, int *elements, int *neighbors, vec3_t relativelightorigin, float lightradius, float projectdistance);
@@ -25,7 +26,6 @@ void R_Shadow_Stage_ShadowVolumes(void);
 void R_Shadow_Stage_LightWithShadows(void);
 void R_Shadow_Stage_LightWithoutShadows(void);
 void R_Shadow_Stage_End(void);
-//int R_Shadow_ScissorForBBoxAndSphere(const float *mins, const float *maxs, const float *origin, float radius);
 int R_Shadow_ScissorForBBox(const float *mins, const float *maxs);
 
 typedef struct worldlight_s
@@ -57,8 +57,6 @@ typedef struct worldlight_s
        struct worldlight_s *next;
        msurface_t **surfaces;
        int numsurfaces;
-       mleaf_t **leafs;
-       int numleafs;
        rtexture_t *cubemap;
        int style;
        shadowmesh_t *shadowvolume;