1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-10-31 14:02:59 +00:00

bt:: direct_tmatrix are now saved in cgi

This commit is contained in:
Zeno Rogue
2020-04-06 11:24:11 +02:00
parent f4f6903321
commit 5c414af31b
2 changed files with 14 additions and 10 deletions

View File

@@ -159,6 +159,13 @@ struct geometry_information {
int single_step;
/** the number of levels in SL2 */
int steps;
/** for binary tilings */
transmatrix direct_tmatrix[14];
transmatrix inverse_tmatrix[14];
/** a bitmask for hr::bt::use_direct_for */
int use_direct;
/** various parameters related to the 3D view */
ld INFDEEP, BOTTOM, HELLSPIKE, LAKE, WALL, FLOOR, STUFF,