Hi Alex,

While generating a visualization with Telescope, I saw that sending signalUpdate to RTView does not suffice in some cases to correctly update the visualization. Once needs to adjust the camera position was well.

Will it not be judicious to create a method on RTView that does both e.g.

RTView>>updateAndAdjustCamera
self canvas camera focusOnCenter.
self canvas signalUpdate

Instead of people doing it manually.

regards.