feat: converge grounded path segment completion

This commit is contained in:
BruceChen 2026-04-12 21:33:24 +08:00
parent 3b4e552d70
commit 6b449cc72a
12 changed files with 489 additions and 43 deletions

View file

@ -24,7 +24,8 @@ public sealed class PathExecutorCompletionTests
var physics = new PlayerPhysics
{
Yaw = 270f,
Pitch = 0f
Pitch = 0f,
OnGround = true
};
var input = new MovementInput();
var pos = new Location(1.48, 80, 0.5);