SSAO設定変更
dx12_set_ssaoAdjust screen-space ambient occlusion (SSAO) parameters like radius, bias, intensity, power, sample count, and blur to control shadowing and contrast in the scene.
Instructions
SSAO のフィールドを指定分だけ更新する(未指定は現状維持)。radius=ワールド空間半径, bias=自己遮蔽バイアス, intensity=遮蔽の強さ, power=コントラスト(pow指数), sampleCount=8か16, blur=4x4ボックスブラーの有無。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| bias | No | ||
| blur | No | ||
| power | No | ||
| radius | No | ||
| enabled | No | ||
| intensity | No | ||
| sampleCount | No | 8 か 16。 |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | No | エンジンからの生の結果。実際の形は各ツールの説明 / dx12_describe_components を参照。text にも同内容を JSON 文字列で格納。 |