X-Git-Url: https://git.localhorst.tv/?a=blobdiff_plain;f=src%2Fapp%2FApplication.cpp;h=b7983aa0fcc56323e9bc07629cdcf53409c249c5;hb=e4732374394610bdd3deafd2138cbea267a670e0;hp=d798b37c757f89b75aab6b41a524ed727caaa076;hpb=3694504331ca888f2cacbcb841a83c402d26934a;p=gworm.git diff --git a/src/app/Application.cpp b/src/app/Application.cpp index d798b37..b7983aa 100644 --- a/src/app/Application.cpp +++ b/src/app/Application.cpp @@ -220,6 +220,7 @@ void Application::RenderUI() { canvas.Arrow(screenPos, screenPos + Vector(e.vel * 10.0f)); cout << "entity: pos " << e.pos << ", vel " << e.vel << ", acc " << e.acc << endl; + cout << " vel mag: " << Length(e.vel) << ", acc mag: " << Length(e.acc) << endl; } }