]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - r_light.h
massive coding has been done on shadow volumes (some scrapped code which will be...
[xonotic/darkplaces.git] / r_light.h
index 0a3b5d8e9af589985e1a6a74dbf42730c08ee2dc..c09e26fa1ebe914582b55cd21063fa17ad835634 100644 (file)
--- a/r_light.h
+++ b/r_light.h
@@ -21,7 +21,7 @@ void R_AnimateLight(void);
 void R_MarkLights(entity_render_t *ent);
 void R_DrawCoronas(void);
 void R_CompleteLightPoint(vec3_t color, const vec3_t p, int dynamic, const mleaf_t *leaf);
-void R_LightModel(const entity_render_t *ent, int numverts, float colorr, float colorg, float colorb, int worldcoords);
+void R_LightModel(const entity_render_t *ent, int numverts, float *vertices, float *normals, float *colors, float colorr, float colorg, float colorb, int worldcoords);
 void R_UpdateEntLights(entity_render_t *ent);
 
 #endif