mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2026-01-06 03:49:03 +00:00
bt:: direct_tmatrix are now saved in cgi
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user