env_set_ambient
Set the ambient light color in 3ds Max to fill unlit areas. Accepts an RGB array or hex color value.
Instructions
设置环境光颜色(影响所有未照亮区域的补光)。颜色接受 [r,g,b] 或 "#RRGGBB"。 [English] Set the ambient light colour (fills unlit areas). Accepts [r,g,b] or "#RRGGBB".
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| color | Yes | 环境光色 [0-255],也可传 "#RRGGBB"。 | Ambient colour [0-255], or a "#RRGGBB" string. |