stage_set_environment
Configure scene environment and lighting by setting background type and lighting presets for 3D scenes in the chuk-mcp-stage server.
Instructions
Set scene environment and lighting.
Configures the background, ambient lighting, and light sources.
Args:
scene_id: Scene identifier
environment_type: "gradient", "solid", "hdri", or "none"
lighting_preset: "studio", "three-point", "noon", "sunset", "warehouse"
intensity: Overall light intensity (0.0-2.0)
Returns:
SetEnvironmentResponse confirmation
Example:
await stage_set_environment(
scene_id=scene_id,
environment_type="gradient",
lighting_preset="three-point"
)
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| scene_id | Yes | ||
| environment_type | No | gradient | |
| lighting_preset | No | three-point | |
| intensity | No |