1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-09-12 23:35:59 +00:00

rots:: show the underlying geometry

This commit is contained in:
Zeno Rogue
2019-09-09 15:31:49 +02:00
parent e600c0af0a
commit f8963a1c75
4 changed files with 124 additions and 5 deletions

View File

@@ -481,6 +481,10 @@ EX void drawStats() {
first_cell_to_draw = true;
bool h = hide_player();
bool cornermode = (vid.xres > vid.yres * 85/100 && vid.yres > vid.xres * 85/100);
if(geometry == gRotSpace) rots::draw_underlying(!cornermode);
{
dynamicval<eModel> pm(pmodel, flat_model());
glClear(GL_DEPTH_BUFFER_BIT);
@@ -492,9 +496,7 @@ EX void drawStats() {
if(prod) vid.alpha = 30, vid.scale = 30;
calcparam();
bool cornermode = (vid.xres > vid.yres * 85/100 && vid.yres > vid.xres * 85/100);
if(vid.radarsize > 0 && h)
#if CAP_RACING
if(!racing::on)