mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-08-25 15:02:19 +00:00
rogueviz:: removed the debug in pentaroll
This commit is contained in:
parent
3e40932ea7
commit
a17fcfccc4
@ -90,15 +90,10 @@ void animate() {
|
||||
b = spintox(a) * b;
|
||||
a = spintox(a) * a;
|
||||
b[3] = 0;
|
||||
println(hlog, "a = ", a);
|
||||
println(hlog, "b = ", b);
|
||||
|
||||
b /= hypot_d(3, b);
|
||||
ld angle = acos(b[0]);
|
||||
|
||||
println(hlog, "b = ", b);
|
||||
println(hlog, "angle = ", angle / degree, " deg");
|
||||
|
||||
ld tf = t - floor(t);
|
||||
|
||||
/* make it more smooth */
|
||||
|
Loading…
x
Reference in New Issue
Block a user