addModel
Place a glTF/GLB 3D model at exact geographic coordinates with configurable heading, pitch, roll, scale, and height for precise scene placement.
Instructions
Add a glTF or GLB model at geographic coordinates. Returns { success: boolean, data?: unknown, message?: string, error?: string }.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | glTF/GLB model file URL | |
| roll | No | Roll angle (degrees) | |
| label | No | Model label text | |
| pitch | No | Pitch angle (degrees) | |
| scale | No | Model scale factor | |
| height | No | Placement height (meters) | |
| heading | No | Heading angle (degrees), 0=North | |
| latitude | Yes | Latitude (-90 to 90) | |
| longitude | Yes | Longitude (-180 to 180) | |
| sessionId | No | Target browser session ID for multi-browser routing (optional) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | No | ||
| error | No | ||
| message | No | ||
| success | Yes |