SoCameraInteractorGetViewportCenter Method |
Note: This API is now obsolete.
Returns the viewport center.
Namespace: OIV.Inventor.ViewerComponents
[EditorBrowsableAttribute(EditorBrowsableState.Never)] [ObsoleteAttribute("Obsolete since Open Inventor 9500. Use getFocalPoint() instead.")] public SbVec3f GetViewportCenter()
center in world coordinates
On other words, returns the camera's "focal point", located focalDistance units from the camera position along the view direction vector ( orientation).
Caution |
---|
Obsolete since Open Inventor 9500. Use OIV.Inventor.ViewerComponents.SoCameraInteractor.GetFocalPoint() instead. |