cloneObject
Duplicate 3D objects in live scenes with optional position offsets. Use this tool to create copies of existing objects while controlling their placement in Three.js, A-Frame, or Babylon.js environments.
Instructions
Duplicate an object with an optional position offset.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Id of the object to clone | |
| newId | No | Id for the clone. Auto-generated if omitted. | |
| offset | No | Offset added to cloned position |