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

2D label projected to incorrect location in 3D view #1593

Closed
jleibs opened this issue Mar 15, 2023 · 4 comments · Fixed by #1641
Closed

2D label projected to incorrect location in 3D view #1593

jleibs opened this issue Mar 15, 2023 · 4 comments · Fixed by #1641
Assignees
Labels
🪳 bug Something isn't working ui concerns graphical user interface

Comments

@jleibs
Copy link
Member

jleibs commented Mar 15, 2023

Can repro with

python .\examples\python\car\main.py

image

The "a car" label appears to be in the wrong location.

@jleibs jleibs added 🪳 bug Something isn't working 👀 needs triage This issue needs to be triaged by the Rerun team labels Mar 15, 2023
@jleibs jleibs added ui concerns graphical user interface and removed 👀 needs triage This issue needs to be triaged by the Rerun team labels Mar 15, 2023
Wumpf added a commit that referenced this issue Mar 21, 2023
Fixes #1593
Being able to show them correctly requires #1640
Wumpf added a commit that referenced this issue Mar 21, 2023
* Don't show 2D labels in 3D space views.
Fixes #1593
Being able to show them correctly requires #1640

* use navmode enum to check if 2d labels are hidden
@nnop
Copy link

nnop commented Aug 15, 2024

Could you provide the code of examples\python\car\main.py? It's not in the repo now.

@Wumpf
Copy link
Member

Wumpf commented Aug 15, 2024

@nnop we removed that a while ago. What are you looking for or trying to learn from it?

@nnop
Copy link

nnop commented Aug 16, 2024

I want to know how to show text in 3d view.

@Wumpf
Copy link
Member

Wumpf commented Aug 17, 2024

the picture above shows a bug situation where the label was not supposed to be in the 3D view.
Labels can be added to various archetypes that show in 3D, e.g. 3D points

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🪳 bug Something isn't working ui concerns graphical user interface
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants