A Pen by Casper Fabricius on CodePen.
Created
May 3, 2022 22:30
-
-
Save DevinNorgarb/a0561a8b508b7e3e930dd74b24d0b7c9 to your computer and use it in GitHub Desktop.
A-Frame Object Model mtl file
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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