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.38k stars 312 forks source link

"Visible Time Range" doesn't work with transforms #723

Open Wumpf opened 1 year ago

Wumpf commented 1 year ago

Describe the bug All transforms ignore the visible history field so far.

To Reproduce It's best visible in the transforms3d demo of api_demo where everything on screen is logged only once but has changing transforms over time.

Expected behavior For the demo in particular it's natural to expect traces of the planets as they go

Additional context The underlying issue is that the transform cache doesn't know anything about visible history so far. Fixing this might be a bigger undertaking as it means that transforms shouldn't be queried & computed via the object path alone

smileyenot983 commented 1 week ago

Is there any information about when this will be fixed?