SoCameraInteractorPan Method |
Pan the camera based on offset from starting point.
Namespace: OIV.Inventor.ViewerComponents
new position in normalized screen coordinates (0 <= x,y <= 1). Typically this value is obtained from the SoEvent method getNormalizedPosition().
the actual viewport region
This method can be used to implement an interactive panning operation in response to move move or touch events. The activatePanning() method should be called at the start of the operation.