1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-09-03 03:07:56 +00:00

'cylidrical' stereo mode

This commit is contained in:
Zeno Rogue
2024-01-07 09:13:31 +01:00
parent cb8a3f5424
commit 0c34e9fd34
4 changed files with 15 additions and 3 deletions

View File

@@ -250,7 +250,7 @@ struct charstyle {
bool lefthanded;
};
enum eStereo { sOFF, sAnaglyph, sLR, sODS, sPanini, sStereographic, sEquirectangular };
enum eStereo { sOFF, sAnaglyph, sLR, sODS, sPanini, sStereographic, sEquirectangular, sCylindrical };
enum eModel : int;