TView 3D control

Hi,

Is it possible to move or “pan” a 3D view? Also, how do I zoom into other points which are not the coordinate origin? The method TView::ZoomView() seems to zoom into the origin (0,0,0) only.

Thanks in advance,
Allister

You should switch from the Perspective to Parallel view and
check root.cern.ch/root/htmldoc/TAxis3 … escription.
TView uses this class to manage the axis and zooming.
However the most future features come with the various OpenGL plug-in rather via TCanvas / TView directly.