Add files via upload

1-Added Application: "Domain Navigator"
2-Inactivate application "Spectator Camera" (because it doesn't work)
This commit is contained in:
Keb Helion 2020-02-17 22:41:11 -05:00 committed by GitHub
parent 9e4669294f
commit 3b27a104d1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -9,7 +9,7 @@ var metadata = { "applications": [
"caption": "MIRROR"
},
{
"isActive": true,
"isActive": false,
"directory": "spectator-camera",
"name": "Spectator Camera",
"description": "Give you a video camera that can display its image on your monitor screen for video capture. It can capture from the camera or from the VR Headset. It can also take classic and spherical 360 snapshots (equirectangular format). Definitely a must.",
@ -34,6 +34,15 @@ var metadata = { "applications": [
"jsfile": "record/record.js",
"icon": "record/icon.svg",
"caption": "RECORD"
},
{
"isActive": true,
"directory": "domain-navigator",
"name": "Domain Navigator",
"description": "This tool is to help teleporting yourself rapidly where you need in a domain in a couple of clicks, without having to enter numbers in a path. Ideal for those who are working on large landscapes. (Precision: 80 meters.)",
"jsfile": "domain-navigator/dom_nav.js",
"icon": "domain-navigator/dom_nav_icon_i.png",
"caption": "DOM NAV"
}
]
};