Created
June 2, 2020 23:21
-
-
Save fcor/2ba018aa2e4f235efdf12fd30ab892d2 to your computer and use it in GitHub Desktop.
AR.js Gestures - Scene
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 | |
| arjs | |
| embedded | |
| renderer="logarithmicDepthBuffer: true;" | |
| vr-mode-ui="enabled: false" | |
| gesture-detector | |
| id="scene" | |
| > | |
| // Scene stuff | |
| </a-scene> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment