-
Notifications
You must be signed in to change notification settings - Fork 158
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
[Feature Request] SPZ file format support #308
Comments
Is this for import, export or both? BTW, just so that you know, SuperSplat's compressed PLY format (which compresses even smaller than SPZ) gets spherical harmonic support this week. See this PR: |
In an ideal world - both. But exporting would currently be the most useful of the two in my specific case. Great news that .splat will be getting spherical harmonic support! It's a great file format that is actually the one I use for most of my projects. My questions would be:
Totally love SuperSplat and it will continue being my main GS editor, I just need to think from an actual use-case perspective in terms of the file formats! Babylon.js which my main project uses supports both .splat and .spz, so it just comes down to which the most efficient is. But even with SH support in .splat I definitely think interoperability with .spz wouldn't hurt - it would allow people to import them into SuperSplat (as e.g. scaniverse are pushing for it to be a main export format) and export in that format when necessary. |
Getting compressed PLY format with SH up to 3 is great news! Thanks in advance |
Hi @leohumnew! Just to say the .splat format is not the same as the .compressed.ply format. We are in the process of extending the compressed.ply format with spherical harmonics data. To answer your questions:
@the-ponpon - yes we'll write a blog post describing the new format soon as it's out (which should be reaaaaaal sooon!!). Thanks! |
Great news! Thanks in advance! Pierre |
Yes engine 1 will support compressed spherical harmonics! |
Great! Thanks again in advance, |
About two weeks ago :) . Hoping for this week! |
Hi there, However, I do not see the editor offering to run with engine 1.76 yet. Thanks in advance! |
Hi @the-ponpon , yes we're hoping to update the editor in the next few days with support for SH. |
Just wanted to add here, it seems over at Babylonjs they have an spz loader with an open ticket in the project for playcanvas support. Could be nice for any development on this to be contributed there to allow for loading in playcanvas. I've managed to get the initial loading to work to get the splat positions etc... by loading the output of the spz-loader into a GSplatResource, but still working on the correct colour components as something is going off there. |
Would you consider adding support for the open-source SPZ file format? It's similar to .splat files but includes spherical harmonics and is more compressed in some aspects.
Thanks for the amazing work on this editor!
The text was updated successfully, but these errors were encountered: