X-Git-Url: https://de.git.xonotic.org/?a=blobdiff_plain;f=portals.h;h=6e96ce01807b4645e24e7b4c993975f9b3d4877a;hb=34e49e85302c4c84e2dbb42092bba02262d14714;hp=25d8d3ceaa8363b32d5f4c9768da8d87a379ae7b;hpb=9e12e94923d6998872c0ea7312ac721b0fe4bba4;p=xonotic%2Fdarkplaces.git diff --git a/portals.h b/portals.h index 25d8d3ce..6e96ce01 100644 --- a/portals.h +++ b/portals.h @@ -4,7 +4,7 @@ int Portal_CheckPolygon(model_t *model, vec3_t eye, float *polypoints, int numpoints); int Portal_CheckBox(model_t *model, vec3_t eye, vec3_t a, vec3_t b); -void Portal_Visibility(model_t *model, const vec3_t eye, qbyte *leafmark, qbyte *surfacemark, const mplane_t *frustumplanes, int numfrustumplanes, int exact, float radius); +void Portal_Visibility(model_t *model, const vec3_t eye, qbyte *leafmark, qbyte *surfacemark, const mplane_t *frustumplanes, int numfrustumplanes, int exact, const float *boxmins, const float *boxmaxs, float *updateleafsmins, float *updateleafsmaxs); #endif