Start a new topic

Load 3D in geo layer

Load 3D in geo layer


Is it possible to load the 3D model in Geo layer app? I can able to get geo location and display text. But i need to load 3D when click of the any location. Does it possible?

Hi,

yes it is possible to load a 3D model at a geo-location. There is a very basic sample how to assign a 3D model to a geo-location on GitHub. This can be your starting point.

You mean, just i need to load the index.html is enough? or what should i do after download the 3d_geo from your link?

 

Hi Raj,

are you creating our own app with the Wikitude SDK or are you using other formats like ARML or KML? Can your clarify?

Kind regards

I'm using wikitude sdk for phoneGap. 

I no need to load 3D model directly to geo point, but when i click any location point then i need to load 3D model

You can do that by modifying the onclick trigger of your GeoObject and then enable/disable the 3D Model - set the enabled property of your AR.Model to true of false. 
Login or Signup to post a comment