Skip to content

Timeless entities are filtered out by visible time range in some cases #5447

@abey79

Description

@abey79

Let's consider this example (one timeless box and a moving point:

import rerun as rr

rr.init("rerun_example_timeless_vh")
rr.connect()

for i in range(10):
    rr.set_time_seconds("time", i)
    rr.log("points", rr.Points3D([[i/10, i/10, i/10]]))

rr.log("box", rr.Boxes3D(centers=[0, 0, 0], half_sizes=[1, 1, 1]), timeless=True)

With a starting bound of "beginning of timelines" for VH, the box is visible:

image

With a starting bound of "current - Xs", the box is not visible...

image

...unless X=0:

image

Metadata

Metadata

Assignees

Labels

uiconcerns graphical user interface😤 annoyingSomething in the UI / SDK is annoying to use🪳 bugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions