The Wikitude SDK allows you to place 3D models on particular geospatial positions, based on latitude and longitude. We do not offer any specific APIs to render elevation models.
For you, that means that you can implement your use case with the Wikitude SDK to a certain extent, but it would require creating 3D models of the elevation data, covering the entire area that you want to cover with your application.
To be very honest, if you are looking for a global elevation rendering API, the Wikitude SDK might not be the right tool for you.
Best,
Martin
V
Vittorio Sorbera
said
over 9 years ago
Hello Martin, thanks for the quick reply. I believe that 3D models already exist and that will be automatically downloaded from a server, according to the current position. At the moment I do not know, however, what is the format of 3D images.
M
Martin Lechner
said
over 9 years ago
Hi,
Our Wikitude 3D Encoder accepts .fbx and .dae files (fbx is preferred). Let me know what 3D model file you get from the servers once you know it.
However, saying this, the Encoder is not an online tool, we do not offer a web API for it, so you would have to manually preprocess the files first.
Vittorio Sorbera