Open nirajupadhyay11 opened 4 years ago
Here is a sandbox to recreate this issue -
I am having the same issue.
Hi, the issue is that you are using gltf-model like this:
gltf-model={{src:'#earth'}}
when it should be:
gltf-model={"#earth"}
The same goes for your example
gltf-model={{src:'#model'}}
becomes
gltf-model={"#model"}
(I moved a bit the sphere because the astronaut was inside of it)
Hi,
I am using following versions of aframe and aframe-react
I am trying to render a gltf model -
but while the box is rendered, the gltf model does not get rendered. Could you please help?