]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - render.h
new decal system (cl_decals_newsystem 1 to activate)
[xonotic/darkplaces.git] / render.h
index 1bcee791e591a2b05d44ac280499e85f90fc7e40..a8936258522324677e9c52b37ea114c78839b079 100644 (file)
--- a/render.h
+++ b/render.h
@@ -387,6 +387,8 @@ void R_DrawCustomSurface(skinframe_t *skinframe, const matrix4x4_t *texmatrix, i
 void RSurf_PrepareVerticesForBatch(qboolean generatenormals, qboolean generatetangents, int texturenumsurfaces, const msurface_t **texturesurfacelist);
 void RSurf_DrawBatch_Simple(int texturenumsurfaces, const msurface_t **texturesurfacelist);
 
+void R_DecalSystem_SplatEntities(const vec3_t org, const vec3_t normal, float r, float g, float b, float a, float s1, float t1, float s2, float t2, float size);
+
 typedef enum rsurfacepass_e
 {
        RSURFPASS_BASE,