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

Add XYZ axes and view coordinate labels to everything #1111

Open
emilk opened this issue Feb 6, 2023 · 0 comments
Open

Add XYZ axes and view coordinate labels to everything #1111

emilk opened this issue Feb 6, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@emilk
Copy link
Member

emilk commented Feb 6, 2023

In the image plane here we want to add XYZ axis (red, green, blue):

image

Note that the camera already has axes, but not the image. The camera space != image space (the difference is a pinhole projection).

Secondly, we want to use the view coordinates to label all XYZ axes everywhere (if available).

So add labels to the XYZ axes in:

  • 3D space
  • The visualization of rigid3 transforms in a 3D space (usually cameras)
  • The image plane projected in 3D space (the image above).
  • The 2D view (X & Y only)

Lastly, the 2D view should take view coordinates into account so that you can have Y=up, for instance. That is: the 2D viewport should flip/rotate images that are not using X=right, Y=down. Currently the 2D viewport always assumes X=right, Y=down.

@emilk emilk added enhancement New feature or request 👀 needs triage This issue needs to be triaged by the Rerun team labels Feb 6, 2023
@nikolausWest nikolausWest removed the 👀 needs triage This issue needs to be triaged by the Rerun team label Feb 7, 2023
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

2 participants