6 ms·
Mine gets stuck at loading 90%.
by Zebfross 21d ago
Mine gets stuck at loading 90%.
- Orbify_Karsten 21d agoThe traffic right now is insane, 200 people trying the demo at the same time :\
- cronin101 21d agois 200 a lot of concurrent people? What is required from the server in order to render the demo, can't most of the work be pushed to the edge devices?
- Orbify_Karsten 21d agoyeah I probably shouldnt have included a 100mb gaussian splat file to load each time.. I had no idea so many people would try it :)
- edf13 21d agoAny video demo available - love to see it in action
- jasonjmcghee 21d agoIsn't it just static files? Use a cdn like cloudflare or AWS CloudFront or depending on size - if you can break it into chunks of like 50mb each, GitHub pages (free) 200 people or 100k people wouldn't matter then, it'll be cached. It will also make the download based almost entirely on client download speed.