x3d_scene_template
Generate a minimal valid X3D scene with boilerplate already set up, providing a clean starting point for custom 3D content.
Instructions
Generate a minimal valid X3D scene template.
Returns a complete, valid X3D XML document with boilerplate already set up.
Use this as a starting point and modify the scene content as needed.
Args:
profile: X3D profile to use. Common choices:
- Interchange: basic geometry and appearance (recommended default)
- Interactive: adds sensors and user interaction
- Immersive: full VR-capable scenes
- Full: all X3D components
title: Optional scene title (added as metadata).
include_viewpoint: Whether to include a default Viewpoint node.
include_light: Whether to include a default DirectionalLight.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | No | ||
| profile | No | Interchange | |
| include_light | No | ||
| include_viewpoint | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |