1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-10-20 16:37:40 +00:00

implemented FOV measure, unified old rug::scale with modeldistance

This commit is contained in:
Zeno Rogue
2017-12-27 18:53:00 +01:00
parent d3e8cd37e2
commit e0ec332602
3 changed files with 43 additions and 26 deletions

View File

@@ -732,7 +732,7 @@ namespace rug {
extern bool renderonce;
extern bool rendernogl;
extern int texturesize;
extern ld scale;
extern ld model_distance;
#if CAP_RUG
void show();
void init();