inspect_model_bounds
Inspect a 3D model to retrieve its bounding box dimensions—min, max, center, and size vectors—enabling accurate positioning in the scene.
Instructions
Inspect a 3D model (.glb/.gltf/.tscn) to get its bounding box dimensions. Returns min, max, center, and size vectors. Essential for positioning models correctly.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| projectPath | Yes | Path to the Godot project directory | |
| modelPath | Yes | Path to the model file (relative to project, e.g. models/train.glb) |