Skip to content

Instantly share code, notes, and snippets.

@xexu
Created May 9, 2018 10:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save xexu/f1dfc1c7de2196ddf517e66ad5c87ee7 to your computer and use it in GitHub Desktop.
Save xexu/f1dfc1c7de2196ddf517e66ad5c87ee7 to your computer and use it in GitHub Desktop.
A-Frame assets
<a-assets>
<a-asset-item id="mtl" src="https://cdn.glitch.com/787f26e4-ded1-4eaf-ba99-e2a5c1ffda59%2Facesjustforroomshow.mtl?1525708212104"></a-asset-item>
<a-asset-item id="obj" src="https://cdn.glitch.com/787f26e4-ded1-4eaf-ba99-e2a5c1ffda59%2Facesjustforroomshow.obj?1525708229479"></a-asset-item>
</a-assets>
<a-entity obj-model="obj: #obj; mtl: #mtl;" position="-1 -1 -1" scale="1 1 1" rotation="0 180 0" shadow></a-entity>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment