x3d_parse_scene
Parses X3D files or XML strings and displays the scene graph as an indented tree, showing each node's DEF name and key attributes to reveal the scene hierarchy.
Instructions
Parse X3D content and display the scene graph as an indented tree.
Shows every node in the scene hierarchy with its DEF name (if any) and
key attribute values. Use this to understand the structure of an existing
X3D scene before modifying or analyzing it.
Args:
x3d_source: Either an absolute file path to a .x3d file, or a complete
X3D XML document string. The tool auto-detects which.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| x3d_source | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |