X-Git-Url: http://de.git.xonotic.org/?a=blobdiff_plain;f=r_shadow.h;h=4e1349a34071fa9fa290280dfeddf20326327f61;hb=43c93c6edf2dc67b6315ebddc7a71c7f8c0597d8;hp=953c883cc7f3a391a11083a41fa37bdaf6076d46;hpb=ef690a4fe18ee484552621e3e5cd93911a69dd1f;p=xonotic%2Fdarkplaces.git diff --git a/r_shadow.h b/r_shadow.h index 953c883c..4e1349a3 100644 --- a/r_shadow.h +++ b/r_shadow.h @@ -76,6 +76,10 @@ typedef struct worldlight_s // premade shadow volumes and lit surfaces to render shadowmesh_t *meshchain_shadow; shadowmesh_t *meshchain_light; + + // used for visibility testing + int numclusters; + int *clusterindices; } worldlight_t;