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:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user