Created
May 3, 2022 22:30
-
-
Save DevinNorgarb/a0561a8b508b7e3e930dd74b24d0b7c9 to your computer and use it in GitHub Desktop.
Revisions
-
DevinNorgarb created this gist
May 3, 2022 .There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,7 @@ A-Frame Object Model mtl file ----------------------------- A [Pen](https://codepen.io/fabricius/pen/QdEyXZ) by [Casper Fabricius](https://codepen.io/fabricius) on [CodePen](https://codepen.io). [License](https://codepen.io/license/pen/QdEyXZ). 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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,8 @@ <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>