screenshot_views
Capture multiple camera angles of a 3D model in one call to identify gaps, rotations, missing detail, and asymmetry from all sides.
Instructions
Capture several camera angles in ONE call and return them all as images, so you can see the whole model and catch problems (gaps, wrong rotations, missing detail, asymmetry) from every side. Defaults to iso/front/left/back. This is the main way to review and iterate — do it after each modeling/texturing pass, not just once.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| views | No | Camera views in order. Each item is a preset id string ('front','back','left','right','top','bottom','isometric_right_front','isometric_left_front') or a {position:[x,y,z], target:[x,y,z]} object. Omit for a sensible default set. | |
| width | No | ||
| height | No |