material_create_pbr
Create a custom PBR material with full control over base color, metallic, roughness, specular, transmission, IOR, emission, and opacity.
Instructions
Create a custom PBR material with full control.
Args: name: Material name base_color: [r, g, b, a] color (0-1 range) metallic: 0.0 (dielectric) to 1.0 (metal) roughness: 0.0 (mirror) to 1.0 (diffuse) specular: Specular reflection strength transmission: 0.0 (opaque) to 1.0 (transparent) ior: Index of refraction (glass=1.45, water=1.33, diamond=2.42) emission_color: [r, g, b] for self-illumination emission_strength: Emission power alpha: Overall opacity
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ior | No | ||
| name | Yes | ||
| alpha | No | ||
| metallic | No | ||
| specular | No | ||
| roughness | No | ||
| base_color | No | ||
| transmission | No | ||
| emission_color | No | ||
| emission_strength | No |