Geo Iso Heli Hover

Full-viewport isometric 3D canvas animation of an H160 helicopter hovering over a helipad. Rotor blur, downwash ripple, and HUD overlay with livery accent colour.

Surfaces
apps-script-web
Fields
FieldType
titlestring. HUD title. Default "LFBO HELIPAD 2 — AIRBUS H160 HOVER PROFILE".optional
liverystring. ICAO airline code for accent colour — AIB, EZY, AFR, etc. Default AIB.optional
Example payload
{
  "type": "geo_iso_heli_hover"
}
ARD catalog entry
{
  "identifier": "urn:air:a2uicatalog.ai:atom:geo_iso_heli_hover",
  "displayName": "Geo Iso Heli Hover",
  "type": "application/vnd.a2ui.atom+json",
  "url": "https://a2uicatalog.ai/atoms/geo_iso_heli_hover",
  "capabilities": [
    "apps-script-web"
  ],
  "description": "Full-viewport isometric 3D canvas animation of an H160 helicopter hovering over a helipad. Rotor blur, downwash ripple, and HUD overlay with livery accent colour.",
  "representativeQueries": [
    "show a isometric 3D canvas of H160 helicopter hover \u2014 rotor animation, downwash, HUD",
    "full-viewport isometric 3d canvas animation of an h160 helicopter hovering over a helipad. rotor blu",
    "render a geo iso heli hover"
  ]
}
← 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 →