configureFog
Configure fog effects in 3D scenes by setting color, density, and distance parameters to create atmospheric depth and visual ambiance.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sceneId | Yes | Scene ID | |
| enabled | No | Whether fog is enabled | |
| color | No | Fog color (hex) | #cccccc |
| density | No | Fog density | |
| near | No | Near distance | |
| far | No | Far distance |