slightly better dots

This commit is contained in:
Asuro
2025-02-10 22:57:07 +01:00
parent cbe21bfd78
commit cace7b0ec0
5 changed files with 21 additions and 24 deletions

View File

@@ -44,7 +44,7 @@ namespace Game
double time = TestY <= 5 ? globalTime * 0.1f : 0.0f;
if (TestX == 4 && TestY == 4)
{
bx::mtxTranslate(Transform.M, 0, 0, bx::lerp(2.0f, -30.0f, bx::sin(globalTime* 0.5f) * 0.5 + 0.5));
bx::mtxTranslate(Transform.M, 0, 0, bx::lerp(-20.0f, -32.0f, bx::sin(globalTime* 0.5f) * 0.5 + 0.5));
}
else
{