25 lines
873 B
Markdown
25 lines
873 B
Markdown
# 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.
|