mirror of
https://github.com/johndoe6345789/metabuilder.git
synced 2026-05-04 10:44:52 +00:00
20 lines
443 B
JSON
20 lines
443 B
JSON
{
|
|
"id": "camera_grid_view",
|
|
"description": "Camera positioned to view entire 11x11 cube grid",
|
|
"camera": {
|
|
"position": [0.0, 0.0, -40.0],
|
|
"look_at": [0.0, 0.0, 0.0],
|
|
"up": [0.0, 1.0, 0.0],
|
|
"fov_degrees": 60.0,
|
|
"near": 0.1,
|
|
"far": 100.0
|
|
},
|
|
"physics": {
|
|
"gravity": [0.0, -9.81, 0.0],
|
|
"collision": "scene.bounds"
|
|
},
|
|
"validation": {
|
|
"checks": ["non_black_ratio", "luma_range", "mean_color"]
|
|
}
|
|
}
|