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

Are there plans to support rendering .splat model files? #6679

Open
gotoeasy opened this issue Jun 8, 2024 · 1 comment
Open

Are there plans to support rendering .splat model files? #6679

gotoeasy opened this issue Jun 8, 2024 · 1 comment
Assignees
Labels
area: graphics Graphics related issue feature request

Comments

@gotoeasy
Copy link

gotoeasy commented Jun 8, 2024

Are there plans to support rendering .splat model files? .splat files are typically smaller than .ply files.

In addition, will progressive loading be supported for rendering either .ply or .splat?

Will there be support for users to incrementally add or remove some of the point cloud data on demand (e.g., via dynamic queries on point clouds, rather than having to download entire files), so that the rendered result can be incrementally updated?

@willeastcott
Copy link
Contributor

We don't have plans to support loading .splat files in the core engine because our own compressed .ply file format (described here) is about half the size. If somebody wants to contribute an engine example showing .splat loading, that's fine.

I'll leave the questions on progressive loading and incremental updates to @slimbuck, although he's away for the next week, so please be patient with us.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: graphics Graphics related issue feature request
Projects
None yet
Development

No branches or pull requests

3 participants