-
Notifications
You must be signed in to change notification settings - Fork 366
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
LineStrips2D radii not working as expected for real world data #7191
Comments
Thanks for the issue @Famok! Could you add some screenshots comparing what you're seeing in Rerun vs the behavior you're expecting (powerpoint)? We're having a little trouble interpreting exactly what you mean |
took me a bit indeed but I think I see what you mean now, the line radius behaves strangely when it goes about individual line lengths: weird.line.radii.mp4Seems to be closely related to: |
@abey79 this is what I mean. For some reason I'm unable to upload images myself so I could show how my expected behavior looks like. |
Describe the bug
The radii of Linestrips2D does not what I expect it to do, which is to increase the line width.
Instead it only increases the width of each segment, which will lead to a weird behaviour if you have real world data (e.g. with noise).
To Reproduce
Code to show the issue:
Expected behavior
I was expecting the line as a whole to get wider (similar how this works in powerpoint for example).
Desktop (please complete the following information):
Windows 11 23H2
Rerun version
rerun_py 0.18.0-alpha.1+dev [rustc 1.76.0 (07dca489a 2024-02-04), LLVM 17.0.6] x86_64-pc-windows-msvc main 9e50d2c, built 2024-08-14T13:15:39Z
The text was updated successfully, but these errors were encountered: