1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-09-08 05:16:00 +00:00

Clifford torus embedding (needs to be configured manually and on a straight square for now)

This commit is contained in:
Zeno Rogue
2023-01-04 23:30:36 +01:00
parent bc96b7fba9
commit 32546cee4a
4 changed files with 59 additions and 6 deletions

View File

@@ -442,7 +442,7 @@ EX bool no_easy_spin() {
return NONSTDVAR || arcm::in() || WDIM == 3 || bt::in() || kite::in();
}
EX bool dont_inverse() { return geometry == 1 && PURE && geom3::euc_in_noniso(); }
EX bool dont_inverse() { return meuclid && PURE && geom3::euc_in_noniso(); }
ld hrmap_standard::spin_angle(cell *c, int d) {
if(WDIM == 3) return SPIN_NOT_AVAILABLE;