X-Git-Url: http://de.git.xonotic.org/?a=blobdiff_plain;f=r_shadow.h;h=d868dddf2103d5ec368aee53e7403d1c51dfb112;hb=8bcbd476c86b2c26e77b76b57039f840904a89a5;hp=b77be83914b9485cdb3e8a83884c1640db5011dd;hpb=390c6ca4e5b5eaae64a8b630796003218e61d969;p=xonotic%2Fdarkplaces.git diff --git a/r_shadow.h b/r_shadow.h index b77be839..d868dddf 100644 --- a/r_shadow.h +++ b/r_shadow.h @@ -59,8 +59,6 @@ extern matrix4x4_t matrix_attenuationz; rtexture_t *R_Shadow_Cubemap(const char *basename); -extern dlight_t *r_shadow_worldlightchain; - void R_Shadow_UpdateWorldLightSelection(void); extern rtlight_t *r_shadow_compilingrtlight; @@ -70,6 +68,7 @@ void R_RTLight_Compile(rtlight_t *rtlight); void R_RTLight_Uncompile(rtlight_t *rtlight); void R_ShadowVolumeLighting(qboolean visible); +void R_DrawCoronas(void); int *R_Shadow_ResizeShadowElements(int numtris); @@ -80,4 +79,6 @@ extern int *shadowmarklist; extern int shadowmarkcount; void R_Shadow_PrepareShadowMark(int numtris); +void R_CompleteLightPoint(vec3_t ambientcolor, vec3_t diffusecolor, vec3_t diffusenormal, const vec3_t p, int dynamic); + #endif