retopologize
Generate a lowpoly version of a 3D model to reduce polygon count. Supports quad or triangle mesh output and async processing.
Instructions
Create a lowpoly version of a generated 3D model. Supports quad mesh or triangle output. This is an async operation — use task_status to poll progress.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| bake | No | Bake textures into the decimated output when supported | |
| quad | No | Produce quad mesh instead of triangles | |
| model | No | Optional Tripo model/version to use for decimation | |
| partNames | No | Specific segmented part names to decimate | |
| targetFaces | No | Target face count for the lowpoly output | |
| originalTaskId | Yes | Task ID of the model to retopologize |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| status | Yes | ||
| taskId | Yes |