mirror of
https://github.com/AleziaKurdis/Overte-community-apps.git
synced 2025-04-07 21:32:00 +02:00
Delete local_apps.js
This commit is contained in:
parent
166f64d487
commit
7f77ebbfdc
1 changed files with 0 additions and 20 deletions
|
@ -1,20 +0,0 @@
|
|||
var localApps = {
|
||||
"applications": [
|
||||
{
|
||||
"name": "Doppelganger-Mirror",
|
||||
"description": "Generate an double of your avatar that only you can see. \nThis allows you to examine your avatar and see how you move.\nThe doppelganger can be grabbed and positioned like you want.",
|
||||
"jsfile": "../doppelganger-mirror/app-doppleganger.js",
|
||||
"icon": "../doppelganger-mirror/doppleganger-i.svg",
|
||||
"caption": "MIRROR",
|
||||
"category": "FUNCTIONALITIES"
|
||||
},
|
||||
{
|
||||
"name": "Spectator Camera v2.5",
|
||||
"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.",
|
||||
"jsfile": "../spectator-camera/spectatorCamera.js",
|
||||
"icon": "../spectator-camera/spectator-i.svg",
|
||||
"caption": "SPECTATOR",
|
||||
"category": "FUNCTIONALITIES"
|
||||
}
|
||||
]
|
||||
};
|
Loading…
Reference in a new issue