cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Discussions

Solve problems, and share tips and tricks with other JMP users.
Choose Language Hide Translation Bar
thomasz
Level IV

Panning and zooming in 3D scene with Arcball

Is there a way to add panning with mouse and zooming with a mouse wheel, to be able to navigate a graph in a 3D scene built with build scene? It appears that only rotating the object added to the Arcball is possible and that it is not possible to getting or setting the orientation of the Arcball either.

1 REPLY 1
Craige_Hales
Super User

Re: Panning and zooming in 3D scene with Arcball

The 3D surface platform can save and restore the arcball settings; the internal quaternions are converted to Euler angles for saving. The platforms don't have the zoom/pan implemented using arcball-like controls, but you can use the mouse on the graph's axes to pan and zoom the data.

There are also scene3D JSL examples: car.jsl that show how arcballs can be linked together and nested. And the ratmaze.jsl example lets you walk through a 3D scene using the mouse; there is a digital clock in the maze that is in an arcball. But the "you" point-of-view is not an arcball.

I do not know if the Euler angles are exposed via the scriptable interface of the arcball...check the scripting index.

 

Craige

Recommended Articles