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

Support loading .ply files #4497

Closed
teh-cmc opened this issue Dec 12, 2023 · 3 comments
Closed

Support loading .ply files #4497

teh-cmc opened this issue Dec 12, 2023 · 3 comments
Assignees
Labels
CLI Related to the Rerun CLI 📺 re_viewer affects re_viewer itself user-request This is a pressing issue for one of our users
Milestone

Comments

@teh-cmc
Copy link
Member

teh-cmc commented Dec 12, 2023

Support loading .ply files with the CLI and Viewer (not the SDKs!).

@teh-cmc teh-cmc added 📺 re_viewer affects re_viewer itself CLI Related to the Rerun CLI labels Dec 12, 2023
@teh-cmc teh-cmc self-assigned this Dec 12, 2023
@Wumpf
Copy link
Member

Wumpf commented Dec 12, 2023

ply is generally a mesh/triangle format (it's literally the Stanford Triangle Format). However, it's worth noting that a lot of people also use it for point clouds! We need to reconciliate this somehow

@teh-cmc teh-cmc added the user-request This is a pressing issue for one of our users label Dec 12, 2023
@teh-cmc
Copy link
Member Author

teh-cmc commented Dec 12, 2023

I'm only focusing on point clouds for the builtin loader for now, at least as a start (point cloud plys are a very common user request).

After which we can:

  • expand on that builtin loader in the future to make it configurable etc, or
  • just let users add their own ply loader now :)

@teh-cmc teh-cmc added this to the 0.12 milestone Dec 12, 2023
@teh-cmc teh-cmc closed this as completed Dec 17, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CLI Related to the Rerun CLI 📺 re_viewer affects re_viewer itself user-request This is a pressing issue for one of our users
Projects
None yet
Development

No branches or pull requests

2 participants