sculpt_detail_adaptive
Remesh a 3D model with adaptive density, adding or reducing detail in specific regions using spherical areas to control resolution precisely.
Instructions
Adaptive detail control — add resolution where needed.
action: 'auto_detail' — Analyze and remesh with adaptive density 'add_detail_sphere' — Add detail (subdivide) in a spherical region 'reduce_detail_sphere' — Reduce detail (decimate) in a spherical region 'equalize' — Make vertex density uniform 'info' — Report density statistics
target_density: Target edge length (0 = auto-calculate from mesh). detail_regions: JSON array of {"center": [x,y,z], "radius": r, "detail": 0.5-2.0}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| action | No | auto_detail | |
| mesh_name | Yes | ||
| detail_regions | No | [] | |
| target_density | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |