Major collision refactor to correct AABB system

This commit is contained in:
max
2026-03-24 20:48:39 +01:00
parent 7429775fac
commit 94605acc3a
6 changed files with 149 additions and 521 deletions

View File

@@ -102,7 +102,7 @@ namespace Voxel
public void Update(float deltaTime, float alpha)
{
Camera.Position = Vector3.Lerp(previousPosition, Position, alpha) + Vector3.UnitY * 0.62f;
Camera.Position = Vector3.Lerp(previousPosition, Position, alpha) + Vector3.UnitY * 1.62f;
Rotation = Camera.Yaw;
if (lastClick > 0)