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

3D Gaussians splatting support #1253

Closed
Meakk opened this issue Feb 2, 2024 · 0 comments
Closed

3D Gaussians splatting support #1253

Meakk opened this issue Feb 2, 2024 · 0 comments
Milestone

Comments

@Meakk
Copy link
Contributor

Meakk commented Feb 2, 2024

3D Gaussians splatting is a new photogrammetry method used to generate a bunch of 3D Gaussians (points with more attributes like anisotropic size, and orientation)
It's very popular but there is no real consensus about the file format yet (see mkkellogg/GaussianSplats3D#47)

Let's start by adding .splat files from https://github.com/antimatter15/splat project which seem to be simple, even if it does not support spherical harmonics.
We can add more formats in the future easily as long as the architecture is ready in F3D (GPU point sort, and splat shading)

@mwestphal mwestphal added this to the 2.4.0 milestone Feb 3, 2024
@Meakk Meakk closed this as completed Feb 8, 2024
@mwestphal mwestphal reopened this Feb 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

No branches or pull requests

2 participants