ovilab / atomify

Atomify - a realtime LAMMPS visualizer
GNU General Public License v3.0
151 stars 21 forks source link

Move system in trackball #198

Closed andeplane closed 7 years ago

andeplane commented 8 years ago

We should be able to move the viewcenter in trackball navigation. This could be done by actually moving the system on the screen, effectively moving the viewcenter.

This can be achieved by adding a rectangular cube around the system (the one solving https://github.com/ovilab/atomify-lammps/issues/143) and use ObjectPicker.

andeplane commented 7 years ago

This works now?

dragly commented 7 years ago

It works by right-clicking, although it doesn't work by dragging the system cube. This can be added later.