1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-04-20 09:43:14 +00:00

not working correctly auto-animation in slr

This commit is contained in:
Zeno Rogue 2019-08-27 16:49:56 +02:00
parent c01cef0de9
commit 142566a5bd

@ -1260,6 +1260,8 @@ EX void spinEdge(ld aspd) {
else if((WDIM == 2 || prod) && GDIM == 3 && vid.fixed_yz && !CAP_ORIENTATION) {
aspd = 999999;
auto& vo = get_view_orientation();
// does not work well (also need change auto& to auto)
// if(hybri && !prod) vo = vo * inverse(nisot::translate(tC0(vo)));
if(straightDownSeek) {
auto sdp = straightDownPoint;
if(prod) sdp = vo * product::inverse_exp(sdp);