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

24
docs/status/W-035.md Normal file
View File

@@ -0,0 +1,24 @@
# W-035 Status
status: in_progress
task: 导出相机和灯光
## Implemented
Perspective/orthographic camera fields, sensor/shift values, clip range and
orthographic scale are read from the file and are visible in the SceneIR
snapshot. Light type/color/energy, radius, spot cone, area dimensions and sun
angle are exported. World background color and exposure are also versioned.
The Three adapter creates local point/spot/directional/area light objects and
applies the exported World color to the viewport background.
## Not yet accepted
Sensor fit is exported numerically, but exact sensor-fit projection math,
camera replacement for orthographic view, light target direction, and complete
world node settings remain pending.
## Golden fixture
`tests/golden/W-035/camera-light-world.json` covers the real
`basic_scene.blend` camera, area light and world linkage.