updateMaterial
Modify material properties in 3D scenes including color, roughness, metalness, opacity, and shading parameters to customize visual appearance and surface characteristics.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sceneId | Yes | Scene ID | |
| materialId | Yes | Material ID | |
| color | No | Base color (hex) | |
| roughness | No | Surface roughness (0-1) | |
| metalness | No | Metalness factor (0-1) | |
| opacity | No | Opacity (0-1) | |
| transparent | No | Whether the material is transparent | |
| wireframe | No | Whether to render as wireframe | |
| emissive | No | Emissive color (hex) | |
| emissiveIntensity | No | Intensity of emission | |
| side | No | Which side to render | |
| flatShading | No | Use flat shading | |
| properties | No | Additional properties |