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?
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?
P
Philipp Nagele
said
almost 9 years ago
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
r
raj kumar
said
almost 9 years ago
I'm using wikitude sdk for phoneGap.
r
raj kumar
said
almost 9 years ago
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
P
Philipp Nagele
said
almost 9 years ago
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.
raj kumar