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 OIV.Inventor.Events.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 OIV.Inventor.ViewerComponents.SoCameraInteractor.ActivatePanning(OIV.Inventor.SbVec2f, OIV.Inventor.SbViewportRegion) method should be called at the start of the operation.