Web 3dtiles: Difference between revisions

From Tygron Support wiki
Jump to navigation Jump to search
No edit summary
No edit summary
 
Line 1: Line 1:
API Endpoint: web/3dtiles/{id}
API Base URL: web/3dtiles/{id}


===GET gltf===
===GET gltf===

Latest revision as of 10:01, 13 July 2026

API Base URL: 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