rerun-io / rerun

Visualize streams of multimodal data. Fast, easy to use, and simple to integrate. Built in Rust using egui.
https://rerun.io/
Apache License 2.0
6.23k stars 287 forks source link

Key point connection lines radii are wrong in 2D views, and has shading #6299

Open emilk opened 4 months ago

emilk commented 4 months ago

I change the default line radius to 10 points, but the actual radius is around 5 points. The line is also shaded, which I don't think it should be in 2D views.

Repro:

git checkout 3dc64f9ebb5f04a7e696a4def64b6a66fe7a977d
pixi run rerun

image

Wumpf commented 4 months ago

Seems to affect key point connections specifically - I previously tested this with other lines and they were fine, but didn't check on this case!