You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<Entitygltf-model={{src: 'manikinxsmall.gltf'}}/><Entitygltf-model='src: manikinxsmall.gltf'/><!-- The two lines below were tested in conjunction --><Entityprimitive="a-asset-item" id="manikin" src="manikinxsmall.gltf" /><Entitygltf-model={{src: './manikinxsmall.gltf'}}/>
This is the error I when I try rendering the models:
About the models...
I verified that the gltf model is intact. It's a small file (7.8 MB)
The obj file is also relatively small (20.9 MB) and I was able to render it with vanilla HTML + Aframe.
Any thoughts on how to resolve this?
The text was updated successfully, but these errors were encountered:
Similar to an issue previously reported (see it here), I am having trouble getting an obj and gltf model to render.
I worked off of the aframe-react boilerplate and
I have tried the following variations...
This is the error I when I try rendering the models:
About the models...
I verified that the gltf model is intact. It's a small file (7.8 MB)
The obj file is also relatively small (20.9 MB) and I was able to render it with vanilla HTML + Aframe.
Any thoughts on how to resolve this?
The text was updated successfully, but these errors were encountered: