3D-MCP

by team-plask
Verified

combineMeshes

Combine multiple meshes into a single mesh

Input Schema

NameRequiredDescriptionDefault
meshIdsYesIDs of meshes to combine
nameNoName for the combined mesh
preserveSubMeshesNoWhether to preserve material assignments as submeshes
worldSpaceNoWhether to combine in world space or local space

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "meshIds": { "description": "IDs of meshes to combine", "items": { "type": "string" }, "minItems": 2, "type": "array" }, "name": { "description": "Name for the combined mesh", "type": "string" }, "preserveSubMeshes": { "default": false, "description": "Whether to preserve material assignments as submeshes", "type": "boolean" }, "worldSpace": { "default": true, "description": "Whether to combine in world space or local space", "type": "boolean" } }, "required": [ "meshIds" ], "type": "object" }

You must be authenticated.

Other Tools