mirror of
https://github.com/overte-org/community-apps.git
synced 2025-08-04 06:04:00 +02:00
Add files via upload
Added application: Record
This commit is contained in:
parent
1eea6fe2a3
commit
9e4669294f
1 changed files with 39 additions and 1 deletions
|
@ -1 +1,39 @@
|
|||
var metadata = {"applications":[{"isActive": true,"directory":"doppelganger-mirror","name":"Doppelganger-Mirror","description":"Generate an double of your avatar that only you can see. This allows you to examine your avatar and see how you move. The doppelganger can be grabbed and positioned like you want.","jsfile":"doppelganger-mirror/app-doppleganger.js","icon":"doppelganger-mirror/doppleganger-i.svg","caption":"MIRROR"},{"isActive": true,"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.","jsfile":"spectator-camera/spectatorCamera.js","icon":"spectator-camera/spectator-i.svg","caption":"SPECTATOR"},{"isActive": true,"directory":"gravimeter","name":"Gravimeter","description":"This application returns a record of the orientation and the position of your avatar. This tool becomes very helpful when you want to build on a sphere with a radial gravity, where it's arduous to evaluate the perpendicularity of the floor.","jsfile":"gravimeter/gravimeter.js","icon":"gravimeter/gravimeter_icon.png","caption":"GAVITY"}]};
|
||||
var metadata = { "applications": [
|
||||
{
|
||||
"isActive": true,
|
||||
"directory": "doppelganger-mirror",
|
||||
"name": "Doppelganger-Mirror",
|
||||
"description": "Generate an double of your avatar that only you can see. This allows you to examine your avatar and see how you move. The doppelganger can be grabbed and positioned like you want.",
|
||||
"jsfile": "doppelganger-mirror/app-doppleganger.js",
|
||||
"icon": "doppelganger-mirror/doppleganger-i.svg",
|
||||
"caption": "MIRROR"
|
||||
},
|
||||
{
|
||||
"isActive": true,
|
||||
"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.",
|
||||
"jsfile": "spectator-camera/spectatorCamera.js",
|
||||
"icon": "spectator-camera/spectator-i.svg",
|
||||
"caption": "SPECTATOR"
|
||||
},
|
||||
{
|
||||
"isActive": true,
|
||||
"directory": "gravimeter",
|
||||
"name": "Gravimeter",
|
||||
"description": "This application returns a record of the orientation and the position of your avatar. This tool becomes very helpful when you want to build on a sphere with a radial gravity, where it's arduous to evaluate the perpendicularity of the floor.",
|
||||
"jsfile": "gravimeter/gravimeter.js",
|
||||
"icon": "gravimeter/gravimeter_icon.png",
|
||||
"caption": "GAVITY"
|
||||
},
|
||||
{
|
||||
"isActive": true,
|
||||
"directory": "record",
|
||||
"name": "Record",
|
||||
"description": "With this application, you can make a recording of your avatar (movements and voice), replay it and get a double of yourself. (Require to run an Assignment Client Script on the domain)",
|
||||
"jsfile": "record/record.js",
|
||||
"icon": "record/icon.svg",
|
||||
"caption": "RECORD"
|
||||
}
|
||||
]
|
||||
};
|
Loading…
Reference in a new issue