Add Chromium-only Blender WebEngine parity work
This commit is contained in:
26
tests/golden/W-035/camera-light-world.json
Normal file
26
tests/golden/W-035/camera-light-world.json
Normal file
@@ -0,0 +1,26 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user