feat(ai): add navmesh builder, funnel algorithm, dynamic obstacle avoidance

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-03-26 07:15:40 +09:00
parent 1c2a8466e7
commit 9f5f2df07c
3 changed files with 828 additions and 0 deletions

View File

@@ -5,3 +5,4 @@ edition = "2021"
[dependencies]
voltex_math.workspace = true
voltex_ecs.workspace = true