]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - r_shadow.h
show more detail in "has no triangles" and "has no vertexes" warning
[xonotic/darkplaces.git] / r_shadow.h
index cf74e268bfcb6ee1a79c6cce946c0df122c256a3..479d839e64bc187c0611b848cfaa9cdafac29dc7 100644 (file)
@@ -92,6 +92,6 @@ void R_Shadow_PrepareShadowSides(int numtris);
 
 void R_Shadow_PrepareModelShadows(void);
 
-void R_CompleteLightPoint(vec3_t ambientcolor, vec3_t diffusecolor, vec3_t diffusenormal, const vec3_t p, int dynamic);
+void R_CompleteLightPoint(vec3_t ambientcolor, vec3_t diffusecolor, vec3_t diffusenormal, const vec3_t p, qboolean dynamic, qboolean rtworld);
 
 #endif