Skip to content

Unable to render gltf model  #137

Description

@nirajupadhyay11

Hi,

I am using following versions of aframe and aframe-react

"aframe": "^1.0.3",
"aframe-react": "^4.4.0",

I am trying to render a gltf model -

    <main>
      <Container className={classes.cardGrid} maxWidth="lg">          

        <Scene embedded>
          <a-assets>
            <a-asset-item id="earth" src="https://cdn.glitch.com/36cb8393-65c6-408d-a538-055ada20431b/Astronaut.glb?1542147958948"></a-asset-item>       
          </a-assets>
         
          <a-box color="red" depth="2" height="4" width="0.5" position="0 0 -2"></a-box>

          <Entity gltf-model={{src:'#earth'}}></Entity>
       
        </Scene>
      </Container>
    </main>

but while the box is rendered, the gltf model does not get rendered. Could you please help?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions