inital commit

:)
This commit is contained in:
Nye Evans 2021-02-06 17:22:48 +00:00
parent 7efcda8ee3
commit 0872b84779
11 changed files with 6449 additions and 1 deletions

18
dist/manifest.webmanifest vendored Normal file
View file

@ -0,0 +1,18 @@
{
"xr_type": "aardvark-gadget@^1.5.1",
"name": "referenceImageVR",
"icons": [
{
"src": "models/Icon.glb",
"type": "model/gltf-binary"
}
],
"aardvark": {
"permissions": [
"scenegraph"
],
"browserWidth": 1024,
"browserHeight": 1024,
"startAutomatically": false
}
}