art.detail.material
Apply a full set of material texture patterns to a rectangular region on a canvas using material type, position, size, and seed.
Instructions
Apply a full material treatment (all texture patterns for that material) to a region.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| x | Yes | Top-left X coordinate | |
| y | Yes | Top-left Y coordinate | |
| seed | Yes | Random seed | |
| width | Yes | Region width | |
| height | Yes | Region height | |
| material | Yes | Material type (e.g. "stone", "wood", "metal") | |
| session_id | Yes | Canvas session ID |