bake_ao
Bake ambient occlusion map for a 3D mesh with adjustable resolution and samples. Supports custom output path.
Instructions
Bake ambient occlusion map for a mesh. Simplified single-map bake.
Args: mesh_name: Name of the mesh object. resolution: Texture resolution. samples: Render samples (higher = cleaner). output_path: Custom output path. Auto-generates if empty.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| samples | No | ||
| mesh_name | Yes | ||
| resolution | No | ||
| output_path | No |