Overte-community-apps-Alezi.../applications/DANCE/Animations/dance.js
SilverfishVR 0bfdc55b8d Add Dance app
Add the dance app by HiFi.
As far as I can see it works , atleast as good as did back then.
Bugs that I know of (but can't fix):
* On some avatars, the preview doubleganger is horribly mangled.
* it is possible to grab images in the UI and drag them inworld.
2022-12-30 20:45:41 +01:00

6 lines
285 B
JavaScript

var fs = require("fs");
var dir = fs.readdirSync(__dirname);
var baseUrl = "https://hifi-content.s3.amazonaws.com/milad/ROLC/Organize/O_Projects/Hifi/Scripts/hifi-content/DomainContent/Rust/DanceApp/Animations/";
var finalArray = dir.map(function(file){
return baseUrl + file;
});