Add life cycle for visualization
Closed this issue · 1 comments
xwavex commented
It should be possible to set a life cycle to the points in a trajectory visualization so that very old points automatically get deleted...
Or that a trajectory can have a fixed size n (that can be set through some operations etc...) and for each new point > n the oldest point gets deleted...
Something like that.
arognar commented
Added activateLifecycle,deactivateLifecycle and setLifecycle . Default is 3000 Points .