Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save DevinNorgarb/a0561a8b508b7e3e930dd74b24d0b7c9 to your computer and use it in GitHub Desktop.
Save DevinNorgarb/a0561a8b508b7e3e930dd74b24d0b7c9 to your computer and use it in GitHub Desktop.
A-Frame Object Model mtl file
<a-scene>
<a-entity
obj-model="obj: url(https://d2z6pp1b5cghw2.cloudfront.net/3f805b32-c95d-4109-b10f-308be54f718f/model.obj); mtl: url(https://d2z6pp1b5cghw2.cloudfront.net/3f805b32-c95d-4109-b10f-308be54f718f/model.mtl);"
scale="0.5 0.5 0.5"
position="0d 1.5 -2"
rotation="0 90 0"
></a-entity>
</a-scene>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment