Files
workinf_Blender_Wasm/tests/golden/W-035/camera-light-world.json
2026-08-12 04:47:48 -04:00

27 lines
534 B
JSON

{
"fixture": "tests/files/web/basic_scene.blend",
"camera": {
"id": "camera:Camera.001",
"projection": "PERSPECTIVE",
"lensMm": 50,
"sensorWidthMm": 36,
"sensorHeightMm": 24,
"near": 0.1,
"far": 1000,
"orthoScale": 6,
"shift": [0, 0]
},
"light": {
"id": "light:Area",
"lightType": 4,
"areaShape": 4,
"areaSize": 5,
"areaSizeY": 1
},
"world": {
"id": "world:World",
"color": [0.0508760884, 0.0508760884, 0.0508760884],
"sceneWorldId": "world:World"
}
}