1
0
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:
Zeno Rogue 2025-08-22 15:56:16 +02:00
parent 3e40932ea7
commit a17fcfccc4

View File

@ -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 */