xuzhusheng / gltf-to-3d-tiles

Convert glTF model to Glb, b3dm and 3D tiles format.
MIT License
123 stars 35 forks source link

Assign latitude/longitude ? #10

Open Rakiah opened 1 year ago

Rakiah commented 1 year ago

Hello, is it possible with this exporter to assign latitude/longitude/altitude for tileset calculations ?

Deguerre commented 1 year ago

You mean you want to supply WGS84 coordinates and have a tileset in ECEF?

(There is a bit of a rabbit hole here, because the next person is going to want UTM, and the next person after that is going to want height datum shift support...)