Class OrbitAroundPointControl

java.lang.Object
java.awt.event.MouseAdapter
boofcv.gui.mesh.OrbitAroundPointControl
All Implemented Interfaces:
Swing3dCameraControl, MouseListener, MouseMotionListener, MouseWheelListener, EventListener

public class OrbitAroundPointControl extends MouseAdapter implements Swing3dCameraControl
Camera controls for MeshViewerPanel where it rotates around a central control point. Dragging the mouse will rotate the camera around this point. Using the mouse wheel will zoom in and out. This has been designed so that multiple threads can access it at the same time