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

fixed wolf shape in Clifford torus

This commit is contained in:
Zeno Rogue
2023-01-07 20:40:57 +01:00
parent 64b5c52b80
commit 14d6e33768
2 changed files with 3 additions and 3 deletions

View File

@@ -493,7 +493,7 @@ void geometry_information::make_skeletal(hpcshape& sh, ld push) {
hyperpoint yzspin(ld alpha, hyperpoint h) {
if(gproduct) return product::direct_exp(cspin(1, 2, alpha) * product::inverse_exp(h));
else if(embedded_plane && geom3::sph_in_low()) {
else if(embedded_plane && moved_center()) {
h = gpushxto0(tile_center()) * h;
h = cspin(1, 2, alpha) * h;
h = rgpushxto0(tile_center()) * h;