get-model-structure
Analyze GLTF/GLB model structures by parsing scene hierarchies and properties into JSON for debugging complex 3D models.
Instructions
Get the structure of a GLTF/GLB model file. This tool loads the file and returns the parsed scene structure as JSON, using GLTFStructureLoader from gltfjsx. Use this tool for complex model debugging and not implementation. For code generation use the gltfx tool.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| modelPath | Yes | The path to the GLTF/GLB model file to get the structure of. The path should be absolute on the file system. Do not use relative paths. |