mirror of
https://github.com/johndoe6345789/SDL3CPlusPlus.git
synced 2026-04-24 13:44:58 +00:00
20 lines
325 B
JSON
20 lines
325 B
JSON
{
|
|
"name": "validation_waypoints",
|
|
"waypoints": [
|
|
{
|
|
"id": "startup",
|
|
"camera": {
|
|
"position": [0.0, 3.0, 5.0],
|
|
"look_at": [0.0, 1.5, 0.0]
|
|
}
|
|
},
|
|
{
|
|
"id": "lobby",
|
|
"camera": {
|
|
"position": [0.0, 2.0, -3.0],
|
|
"look_at": [0.0, 1.0, 0.0]
|
|
}
|
|
}
|
|
]
|
|
}
|