Add Chromium-only Blender WebEngine parity work

This commit is contained in:
mes123456
2026-08-12 04:47:48 -04:00
commit 9fd26010f6
18225 changed files with 11622124 additions and 0 deletions

View 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"
}
}