mat_set_specular
Set the specular color of a material in 3ds Max, using reflection color for materials without a specular property.
Instructions
设置材质的高光颜色(StandardMaterial 的 specular,或无此属性时 reflection_color)。 [English] Set the specular colour (StandardMaterial's specular, or reflection_color when it has no specular).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| color | Yes | 高光颜色 [0-255],也可传 "#RRGGBB"。 | Specular colour [0-255], or a "#RRGGBB" string. | |
| material | Yes | 材质名称。 | Material name. |