set_cube_uv
Control the UV mapping and texture of each cube face individually for precise 3D model detailing.
Instructions
Set UV mapping and/or per-face texture on a cube's faces.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cube | Yes | uuid or name of the cube. | |
| faces | Yes | Keyed by face direction. Each: {uv:[x1,y1,x2,y2], rotation:0|90|180|270, texture: name|uuid}. |