]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - render.h
added R_CalcBeamVerts function, calculates vertex array for beam polygon
[xonotic/darkplaces.git] / render.h
index 720a45644fab30d59cad9c72029140170279b503..76400a72f2b94a30c5cc3b998deaa674722d582a 100644 (file)
--- a/render.h
+++ b/render.h
@@ -172,5 +172,7 @@ void R_Stain (vec3_t origin, float radius, int cr1, int cg1, int cb1, int ca1, i
 
 void R_DrawCrosshair(void);
 
+void R_CalcBeamVerts (float *vert, vec3_t org1, vec3_t org2, float width);
+
 #endif