set_object_transform
Update position, rotation, scale, or visibility of a Three.js object as a runtime preview. User must choose between temporary preview or persistent source code change.
Instructions
Set position, rotation, scale, or visibility of a scene object — runtime-only preview (lost on reload). ASK the user first: runtime preview or persistent code change?
Runtime preview — lost on page reload. You MUST ask the user first: runtime preview only, or also update source code?
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | Object name | |
| uuid | No | Object UUID | |
| position | No | [x, y, z] | |
| rotation | No | [x, y, z] in radians | |
| scale | No | [x, y, z] | |
| visible | No | Show/hide object |