mat_set_opacity
Set material opacity with correct range for 3ds Max materials: Standard uses 0-100, Physical 0-1.
Instructions
设置材质不透明度。注意 StandardMaterial 的 opacity 范围是 0..100,PhysicalMaterial 多为 0..1,传值时按目标材质约定给。 [English] Set material opacity. Note StandardMaterial's opacity is 0..100 while PhysicalMaterial is usually 0..1 - pass the value in the target material's range.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| opacity | Yes | 不透明度:StandardMaterial 用 0..100,PhysicalMaterial 用 0..1。 | Opacity: 0..100 for StandardMaterial, 0..1 for PhysicalMaterial. | |
| material | Yes | 材质名称。 | Material name. |