space-game001/resources/config2/navigation.json
2026-05-15 20:50:19 +03:00

34 lines
449 B
JSON

{
"cellSize": 0.1,
"agentRadius": 0.4,
"floorY": 0.0,
"objectPadding": 0.1,
"boundaryPadding": 0.1,
"areas": [
{
"name": "main_corridor",
"available": true,
"polygon": [
[
-100,
100
],
[
100,
100
],
[
100,
-100
],
[
-100,
-100
]
]
}
],
"obstacles": [
]
}