1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-11-11 11:13:01 +00:00

rewritten the system to display 3D. This fixes the spherical display not working in stereo mode, and is more clean.

This commit is contained in:
Zeno Rogue
2018-07-22 00:39:57 +02:00
parent acd906d7c3
commit 4d2f79ba95
8 changed files with 62 additions and 77 deletions

View File

@@ -406,6 +406,7 @@ void switch_mode(eMode m) {
mode = m;
GLERR("after_switch_mode");
current_vertices = NULL;
id_modelview();
}
void fog_max(ld fogmax) {