シーン設定変更
dx12_set_scene_settingsSet scene skybox and image-based lighting (IBL) parameters, including environment map path, intensities, and visibility, to control environmental lighting.
Instructions
シーンのスカイボックス/IBL を設定する。skybox 内の指定フィールドだけ適用。envMapPath を変えると {applied, envMapRebake} を返し再ベイクが走ることがある。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| skybox | Yes | スカイボックス設定。指定したフィールドのみ適用。 |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | No | エンジンからの生の結果。実際の形は各ツールの説明 / dx12_describe_components を参照。text にも同内容を JSON 文字列で格納。 |