Rotating 3D isometric height-field mesh. Default surface is a 16×16 Gaussian hill pre-computed server-side. Drag to rotate manually; auto-rotates until first touch. Height colour interpolates from deep indigo (low) to bright violet (high).
| Field | Type | |
|---|---|---|
| grid | integer. Grid dimension N (N×N). Default 16. | optional |
| height_scale | number. Vertical exaggeration multiplier. Default 1.0. | optional |
| colour_low | string. Hex colour at minimum height. Default | optional |
| colour_high | string. Hex colour at maximum height. Default | optional |
| bg | string. Background colour. Default | optional |
| height | integer. Canvas height px. Default 460. | optional |
| auto_rotate | boolean. Auto-rotate until user drags. Default true. | optional |
{
"type": "isometric_mesh"
}
{
"identifier": "urn:air:a2uicatalog.ai:atom:isometric_mesh",
"displayName": "Isometric Mesh",
"type": "application/vnd.a2ui.atom+json",
"url": "https://a2uicatalog.ai/atoms/isometric_mesh",
"capabilities": [
"apps-script-web",
"web",
"meet-stage"
],
"description": "Rotating 3D isometric height-field mesh. Default surface is a 16\u00d716 Gaussian hill pre-computed server-side. Drag to rotate manually; auto-rotates until first touch. Height colour interpolates from deep indigo (low) to bright violet (high).",
"representativeQueries": [
"show a rotating 3D isometric mesh with height-colour mapping and drag-rotate",
"rotating 3d isometric height-field mesh. default surface is a 16\u00d716 gaussian hill pre-computed serve",
"render a isometric mesh"
]
}
The renderer is open source. Deploy your own instance in 4 commands — you own the URL, no dependency on the demo endpoint.
git clone https://github.com/a2uicatalog/a2ui
cd apps-script-surface/gas-schema-renderer
clasp push && clasp deploy
Full deploy guide →