X-Git-Url: http://de.git.xonotic.org/?a=blobdiff_plain;f=r_light.h;h=7af2aadc58d82251189657ae8f52a8e98f3f42e8;hb=ffb1b1f82f09aca08e35d0db3d56a35c30b83980;hp=84429ef2f47fcb0df835458eebf3e187c17a464c;hpb=e5580a4c3b96651baab0c55549a5c47f9b517ede;p=xonotic%2Fdarkplaces.git diff --git a/r_light.h b/r_light.h index 84429ef2..7af2aadc 100644 --- a/r_light.h +++ b/r_light.h @@ -4,9 +4,6 @@ void R_DrawCoronas(void); void R_CompleteLightPoint(vec3_t ambientcolor, vec3_t diffusecolor, vec3_t diffusenormal, const vec3_t p, int dynamic); -int R_LightModel(float *ambient4f, float *diffusecolor, float *diffusenormal, const entity_render_t *ent, float colorr, float colorg, float colorb, float colora, int worldcoords); -void R_LightModel_CalcVertexColors(const float *ambientcolor4f, const float *diffusecolor, const float *diffusenormal, int numverts, const float *vertex3f, const float *normal3f, float *color4f); -void R_UpdateEntLights(entity_render_t *ent); #endif