mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-01-28 18:04:52 +00:00
set hcrossf, was needed for correct floor shapes
This commit is contained in:
parent
81131aedb9
commit
a0016a488a
@ -713,8 +713,8 @@ void geometry_information::prepare_basics() {
|
|||||||
auto i7 = hdist0(mid(xpush0(c7), cspin(0, 1, TAU/S7) * xpush0(c7)));
|
auto i7 = hdist0(mid(xpush0(c7), cspin(0, 1, TAU/S7) * xpush0(c7)));
|
||||||
auto i6 = hdist0(mid(xpush0(c6), cspin(0, 1, TAU/s6) * xpush0(c6)));
|
auto i6 = hdist0(mid(xpush0(c6), cspin(0, 1, TAU/s6) * xpush0(c6)));
|
||||||
|
|
||||||
// note: tessf and hcrossf remain undefined
|
// note: tessf remains undefined
|
||||||
crossf = i7 + i6;
|
hcrossf = crossf = i7 + i6;
|
||||||
hexf = c7;
|
hexf = c7;
|
||||||
hexhexdist = i6 + i6;
|
hexhexdist = i6 + i6;
|
||||||
hexvdist = c6;
|
hexvdist = c6;
|
||||||
|
Loading…
Reference in New Issue
Block a user