aframevr / aframe

:a: Web framework for building virtual reality experiences.
https://aframe.io/
MIT License
16.65k stars 3.96k forks source link

3D Model (gltf) not loading at Location #4695

Closed Gaurav-chopra closed 4 years ago

Gaurav-chopra commented 4 years ago

Hi,

I have used the code as written in your blogpost of location based AR. I have changed the location as per Google Lat Long address. When i launch the webapp, the text appears properly at the location but the 3d model is not visible. Please let me know if i have missed something.

Below is my code `<!DOCTYPE html>

GeoAR.js demo `
dmarcos commented 4 years ago
 <a-entity gltf-model="url(/path/to/tree.gltf)"></a-entity>

If none of the above works I recommend opening a question in Stack Overflow sharing runnable code on glitch https://glitch.com/~aframe

Closing this since we use github issues for bugs and feature requests. Good luck.