Web 3dtiles

From Tygron Support wiki
Revision as of 08:16, 7 July 2026 by Frank@tygron.nl (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

API Endpoint: web/3dtiles/{id}

GET gltf

API Endpoint: web/3dtiles/{id}.gltf

Parameters:

Name Location Type Default value
style Query WebModelStyle WHITE
maptype Query Map Type MAQUETTE
id Path Integer
custom Query boolean false
detail Query boolean false
texture Query TextureSize MEDIUM
spacing Query double 2.0

Examples

Web 3dtiles 6:

https://engine.tygron.com/web/3dtiles/6.gltf?token=WEB_TOKEN&maptype=MAQUETTE&style=WHITE&custom=false&detail=true&spacing=2.0&texture=MEDIUM

Web 3dtiles 7:

https://engine.tygron.com/web/3dtiles/7.gltf?token=WEB_TOKEN&maptype=MAQUETTE&style=WHITE&custom=false&detail=true&spacing=2.0&texture=MEDIUM

See also