I'm trying to do something very basic with a-frame & gltf/glb models, basically want to drop a few models into a scene.
I started with A-Frame's "Hello WebVR" and just tried to add one model from Sketchfab, but every time I manage to make it work...:
- The model is huge. Like 100x or 1000x of its "correct" size.
- The model is completely dark.
I think I missing some basic understanding in setting up models in a scene.
How could I make models appear correctly, meaning correct size and color?
Here's one of my tries: https://glitch.com/edit/#!/spicy-pretty-singer, just walk back (WASD) A LOT.
If unfamiliar with Glitch: you can see the result by clicking on "Show" at the top, and you can click "remix" (fork) to change the code.
Sample model from Sketchfab (I tried several, same results).
Thanks!