From 142566a5bd79cdb3cf3579d37a2dce67f183e390 Mon Sep 17 00:00:00 2001 From: Zeno Rogue Date: Tue, 27 Aug 2019 16:49:56 +0200 Subject: [PATCH] not working correctly auto-animation in slr --- hypgraph.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hypgraph.cpp b/hypgraph.cpp index 86fa919b..445bf41f 100644 --- a/hypgraph.cpp +++ b/hypgraph.cpp @@ -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);