1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2024-11-27 22:39:53 +00:00

disabled clipping test in mdPerspective in sol

This commit is contained in:
Zeno Rogue 2019-08-14 20:30:32 +02:00
parent 932c9bac6c
commit 4f88a7c727

View File

@ -5046,7 +5046,7 @@ EX void drawcell(cell *c, transmatrix V, int spinv, bool mirrored) {
}
if(just_gmatrix) return;
#if MAXMDIM >= 4
if(WDIM == 3 && pmodel == mdPerspective && !nil) {
if(WDIM == 3 && pmodel == mdPerspective && !nonisotropic) {
hyperpoint H = tC0(V);
for(hyperpoint& cpoint: clipping_planes) if((H|cpoint) < -sin_auto(cgi.corner_bonus)) {
drawcell_in_radar(c, V);