]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - render.h
Rework R_CanSeeBox a bit to support an eyejitter feature, and make it available throu...
[xonotic/darkplaces.git] / render.h
index 09782f54df2aa7514a63c47b4357066c08d10432..cba80598af298dd8fdb91c5f75c56810c0d75636 100644 (file)
--- a/render.h
+++ b/render.h
@@ -162,6 +162,7 @@ void R_DrawExplosions(void);
 
 int R_CullBox(const vec3_t mins, const vec3_t maxs);
 int R_CullBoxCustomPlanes(const vec3_t mins, const vec3_t maxs, int numplanes, const mplane_t *planes);
+qboolean R_CanSeeBox(int numsamples, vec_t eyejitter, vec_t entboxenlarge, vec3_t eye, vec3_t entboxmins, vec3_t entboxmaxs);
 
 #include "r_modules.h"