-
-
Notifications
You must be signed in to change notification settings - Fork 983
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Ability to stream/access lower resolution models #383
Comments
Take a look at Melown’s tiled, multi-resolution extension to the ply standard. Scales up mesh streaming like a dream... . Also FOSS. |
Thanks @smathermather! I'm having a hard time finding the multi-resolution extension you mentioned. This is the closest I found in their docs: http://vtsdocs.melown.com/en/latest/reference/server/cmdline-tools/encoders.html Maybe it's not documented? |
They should be here at FOSS4G. Let’s ask! |
Possibly relevant: https://github.com/cnr-isti-vclab/corto |
We could use https://github.com/DroneDB/libnexus or the novel |
Also another option could be to display better compressed GLTF/GLB models. Most of the weight is due to the large textures which are mostly in PNG format. Some JPEG compression could go a long way. |
Yes, switching to JPEG compression would fix 90%+ of these cases. It probably wouldn't help me, but TBF, there are few things that will help me. 🤣 |
How about AVIF textures? We'd have very advanced compression that would outperform other lossy compression, support for arbitrary band numbers, and support for lossless alpha as well as optional lossless encoding. Plus, browser and OS support is good and it is open and actively improving constantly. |
Not enough bandwidth for this at the moment, plus GLB models now mitigate this issue quite well. |
Necessary for #316 pierotofy/webodm-ar#2
Could also be nice to speed up WebODM's built-in 3D viewer.
The text was updated successfully, but these errors were encountered: