jeromeetienne / AR.js

Efficient Augmented Reality for the Web - 60fps on mobile!
MIT License
15.79k stars 2.22k forks source link

Gltf Loading Error #166

Closed isuruwelagedara closed 6 years ago

isuruwelagedara commented 7 years ago

`

` this is my cord i am trying to load Gltf but its not work cursor point work properly

cwervo commented 7 years ago

Are you also including A-Frame Extras? That's what gives you gltf-model-nextand animation-mixer? Also, this sort of question (which isn't really a bug in this repo) is better asked on Stack Overflow. The issues tab of a Github repository should only be for issues related to the development of the actual project, e.g. AR.js.

tommysusanto commented 7 years ago

You need to add both

<script src="//cdn.rawgit.com/donmccurdy/aframe-extras/v3.12.3/dist/aframe-extras.min.js"></script>
<script src="https://rawgit.com/feiss/aframe-environment-component/master/dist/aframe-environment-component.min.js"></script>
ZoltanVeres commented 6 years ago

According to this Stackoverflow answer gLTF v2 is only supported starting from A-Frame v0.7.0. I still consider this as a pure A-Frame issue until no further information this issue remains closed.