X-Git-Url: https://git.xonotic.org/?a=blobdiff_plain;f=client.h;h=32348dc4904ab808576cbbc40822b43f0715c0c1;hb=d5280b22384f55bb0e346984727eb5674991d21b;hp=38b6f2682c5a1953ffbe846413b0dd9518b7a810;hpb=48de6944923517009c98026ee5ea5fdc01de4511;p=xonotic%2Fdarkplaces.git diff --git a/client.h b/client.h index 38b6f268..32348dc4 100644 --- a/client.h +++ b/client.h @@ -122,9 +122,12 @@ typedef struct rtlight_s int isstatic; /// true if this is a compiled world light, cleared if the light changes int compiled; + /// the shadowing mode used to compile this light + int shadowmode; /// premade shadow volumes to render for world entity shadowmesh_t *static_meshchain_shadow_zpass; shadowmesh_t *static_meshchain_shadow_zfail; + shadowmesh_t *static_meshchain_shadow_shadowmap; /// used for visibility testing (more exact than bbox) int static_numleafs; int static_numleafpvsbytes;