Isometric Mesh

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).

Surfaces
apps-script-webwebmeet-stage
Fields
FieldType
gridinteger. Grid dimension N (N×N). Default 16.optional
height_scalenumber. Vertical exaggeration multiplier. Default 1.0.optional
colour_lowstring. Hex colour at minimum height. Defaultoptional
colour_highstring. Hex colour at maximum height. Defaultoptional
bgstring. Background colour. Defaultoptional
heightinteger. Canvas height px. Default 460.optional
auto_rotateboolean. Auto-rotate until user drags. Default true.optional
Example payload
{
  "type": "isometric_mesh"
}
ARD catalog entry
{
  "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"
  ]
}
← Full ARD catalog Try it live →
Deploy your own renderer

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 →