Andreas Reich
Andreas Reich
camera zoom via mouse wheel should change should slow down even more when already zoomed in very far
done!
camera zoom via mouse wheel should change should slow down even more when already zoomed in very far
egui.rs also gives me points but shows +/- 13 for a single notch on the scroll wheel
This is trivial to fix, just remove the first branch here https://github.com/rerun-io/rerun/blob/main/crates/re_viewer/src/ui/space_view.rs#L65 I'm not sure that's always what we want though. In your example is seems reasonable enough hover
related to that, once we have arbitrary widgets in the tab title we well also get icons there (automagically, since the same method that handles the highlighting correctly also handles...
related to * #3076 * #889 * #850
We should be a bit more specific with the "huge" part. From what we learned so far most users are more than happy in the region of
works on my windows machine. I have a python 3.10 install there, but the setup there is a bit older I don't know what layers of things are there to...
Dropped from launch-day documentation, but we still want to add such guides!
The underlying issue is that under the hood the 2D view *always* uses an orthographic projection. To make projection of the points into that space possible, we apply a perspective...