]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - r_shadow.h
no time to explain, more changes on the path to q3bsp support
[xonotic/darkplaces.git] / r_shadow.h
index 20a3f3606bb083eb1e729418985dfa1361d92f84..449c62eaa32b2574a9b16076dd22bd232b25c707 100644 (file)
@@ -25,7 +25,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);
 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
 int R_Shadow_ScissorForBBox(const float *mins, const float *maxs);
 
 typedef struct worldlight_s
@@ -57,8 +56,6 @@ typedef struct worldlight_s
        struct worldlight_s *next;
        msurface_t **surfaces;
        int numsurfaces;
        struct worldlight_s *next;
        msurface_t **surfaces;
        int numsurfaces;
-       mleaf_t **leafs;
-       int numleafs;
        rtexture_t *cubemap;
        int style;
        shadowmesh_t *shadowvolume;
        rtexture_t *cubemap;
        int style;
        shadowmesh_t *shadowvolume;