Inspect a downloaded 3D asset
inspect_assetInspect downloaded glTF/GLB assets to get mesh counts, materials, texture sizes, bounding box, and UV/normal/tangent/PBR presence, plus warnings for potential issues. Pass an assetJobId or local modelPath to review any file.
Instructions
FREE and fully local: no network call, no credits. Reports the technical properties of a downloaded glTF/GLB — mesh and triangle counts, materials, texture resolutions, bounding box in metres, and whether UVs, normals, tangents and PBR channels are present — plus warnings for anything that will cause downstream problems. Pass assetJobId to inspect a downloaded job, or modelPath to inspect any local file.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| modelPath | No | Absolute path to a local mesh. GLB and glTF are inspected directly; other mesh formats are accepted and will fail at decode, since only glTF can be read. | |
| assetJobId | No | A job that has already been downloaded. |