Skip to content
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

.splat file compression #18

Open
dylanebert opened this issue Nov 7, 2023 · 3 comments
Open

.splat file compression #18

dylanebert opened this issue Nov 7, 2023 · 3 comments
Labels
enhancement New feature or request

Comments

@dylanebert
Copy link
Collaborator

The size of .splat files could be reduced by 4x, without any quality loss, by working directly with the SplatTexture format, which they are rendered from anyway.

A magic header could be added for backwards compatibility.

@dylanebert dylanebert added the enhancement New feature or request label Nov 7, 2023
@softyoda
Copy link

softyoda commented Nov 7, 2023

Hi, I wish to know will this be an integration of the optimization of @mkkellogg
compression to have the same format? Or will have to re-process plys to .splat format?

@dylanebert
Copy link
Collaborator Author

dylanebert commented Nov 7, 2023

I think it would be nice to have cross compatibility. I'll check out his implementation and see if we can come to a universal .splat format

edit: opened an issue in the mkkellogg repo about establishing a universal .splat format

@julien-blanchon
Copy link

Could be nice to anticipate some possible quantize format such as what as be done by playcanvas here playcanvas/engine#5831

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants