retopologize
Convert 3D models to low-poly versions with controlled face count, supporting quad or triangle mesh output for optimization.
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 |
|---|---|---|---|
| originalTaskId | Yes | Task ID of the model to retopologize | |
| quad | No | Produce quad mesh instead of triangles | |
| targetFaces | No | Target face count for the lowpoly output |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| taskId | Yes | ||
| status | Yes |