I am using AFrame 0.8.2 . I Want to load an animated model using like FBX Format.
I tried all formats but its not working . I Imported JSON model with animation ,It Worked But its Hard to get JSON Model. So I want to Load FBX Model . Here My Cod eIn GLITCH . Please Edit The Code In Glitch And Provide A Solution .
<a-scene embedded arjs='sourceType: webcam;'>
<a-marker preset='hiro'>
<a-entity fbx-model=”src: url(https://cdn.glitch.com/c7db968f-5d83-44e4-a392-a5c98687035a%2FNeck_Mech_Walker_by_3DHaupt-(FBX%207.4%20binary%20mit%20Animation).fbx?v=1562244268522);” >
</a-entity>
</a-marker>
<a-entity camera></a-entity>
</a-scene>
When I execute this code and hover HIRO Pattern then i am not able to see any model .
Thanks In Advance .