refactor(collision): convert AABB to center-half representation and migrate player data to ECS

This commit is contained in:
2026-07-25 14:53:19 +08:00
parent 2568eb7d18
commit df3ac5b5db
6 changed files with 222 additions and 165 deletions

View File

@@ -0,0 +1,16 @@
{
"boxes": [
{
"center": [
0,
0.78,
0
],
"half": [
0.53,
0.78,
0.406
]
}
]
}