Skip to main content
Glama

3D-MCP

by team-plask

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

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 from 3D-MCP

Related Tools

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/team-plask/3d-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server