mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-09-01 10:17:56 +00:00
binary-like tilings can now be embedded in Solv and variants
This commit is contained in:
@@ -321,8 +321,9 @@ void geometry_information::bshape_regular(floorshape &fsh, int id, int sides, ld
|
||||
hyperpoint h0 = bt::get_corner_horo_coordinates(c, i) * size;
|
||||
hyperpoint h1 = bt::get_corner_horo_coordinates(c, i+1) * size;
|
||||
hyperpoint hd = (h1 - h0) / STEP;
|
||||
transmatrix T = geom3::hyp_in_solnih() ? Id : iddspin_side(c, i);
|
||||
for(int j=0; j<=STEP; j++)
|
||||
hpcpush(iddspin_side(c, i) * bt::get_horopoint(h0 + hd * j));
|
||||
hpcpush(T * bt::get_horopoint(h0 + hd * j));
|
||||
chasmifyPoly(dlow_table[k], dhi_table[k], k);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user