rerun icon indicating copy to clipboard operation
rerun copied to clipboard

Allow tracking arbitrary entities in spatial views

Open Wumpf opened this issue 1 year ago • 1 comments

In

  • https://github.com/rerun-io/rerun/pull/4799

all the necessary code for tracking (i.e. continuously refocusing on) entities was added, but we ended up not enabling it on double click: The issue is that it's very intransparent when tracking is happening and there's nothing indicating the state:

  • Make tracked entity an actual part of the camera that can be set from blueprint components
  • Indicate ad-hoc tracking somehow?
  • add a button upon selecting an entity to make it tracking (and revisit the decision to only foucs on double click)
    • related to #810

Wumpf avatar Jan 15 '24 14:01 Wumpf

the PR that fixed this was reverted

Wumpf avatar Oct 15 '25 10:10 Wumpf

Re-implemented in https://github.com/rerun-io/rerun/pull/11554

IsseW avatar Nov 26 '25 13:11 IsseW