Created
March 14, 2023 19:09
-
-
Save kkota1/f46a2acaa2c1cc1ae14d1bf176fb7455 to your computer and use it in GitHub Desktop.
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
| <script src="https://3axis.io/assets/general/scripts/3axis-core-test.min.js" crossorigin="anonymous" async></script> | |
| <body> | |
| <ax-scene hdr-environment="url: https://3axis.io/assets/general/hdr/day.hdr" crossorigin="anonymous"> | |
| <ax-camera position="0 0 0" movement-controls="ceiling: 30; zBoundary: 90; xBoundary: 90;"> | |
| <ax-reticle></ax-reticle> | |
| </ax-camera> | |
| <ax-obj rotation="4 0 0" id="twitchHolder"> | |
| <ax-iframe-tab src="https://versa.cool/video-test.html" position="0 0 -85"></ax-iframe-tab> | |
| </ax-obj> | |
| </ax-scene> | |
| </body> | |
| </html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment