1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2026-01-21 02:19:44 +00:00

raycaster for Solv

This commit is contained in:
Zeno Rogue
2019-10-22 22:42:48 +02:00
parent 08700803c0
commit 3943b1937b
2 changed files with 109 additions and 25 deletions

View File

@@ -7405,6 +7405,8 @@ EX void drawthemap() {
use_raycasting = false;
if(WDIM == 3 && hyperbolic && pmodel == mdPerspective && !binarytiling)
use_raycasting = true;
if(WDIM == 3 && sol && pmodel == mdGeodesic)
use_raycasting = true;
if(WDIM == 3 && euclid && pmodel == mdPerspective && !binarytiling)
use_raycasting = true;