Skip to content

Commit

Permalink
added gaussian file formats
Browse files Browse the repository at this point in the history
  • Loading branch information
valentinptc committed Feb 28, 2024
1 parent 14c4b5c commit a909e39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ function ToolboxUtilities_parseUrl(url, schema) {
}
}

const fileEnum = ["jpg", "jpeg", "gif", "zip", "glb", "html", "map", "htm", "xml", "dat", "png", "js", "json", "obj", "fbx", "svg", "mp4", "pdf", "csv", "css", "woff", "otf", "webm", "webp", "ttf", "wasm"];
const fileEnum = ["jpg", "jpeg", "gif", "zip", "glb", "html", "map", "htm", "xml", "dat", "png", "js", "json", "obj", "splat", "ply", "fbx", "svg", "mp4", "pdf", "csv", "css", "woff", "otf", "webm", "webp", "ttf", "wasm"];
let res = {};
let route = "";
let querySplit = [];
Expand Down

0 comments on commit a909e39

Please sign in to comment.