combineMeshes
Merge multiple 3D meshes into one unified mesh with configurable options like material preservation and space alignment using 3D-MCP's standardized API.
Instructions
Combine multiple meshes into a single mesh
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| meshIds | Yes | IDs of meshes to combine | |
| name | No | Name for the combined mesh | |
| preserveSubMeshes | No | Whether to preserve material assignments as submeshes | |
| worldSpace | No | Whether to combine in world space or local space |