Click or drag to resize
SoCameraInteractorGetViewportCenter Method

Note: This API is now obsolete.

Returns the viewport center.

Namespace: OIV.Inventor.ViewerComponents
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 10.3.0.0 (10.3.0.0)
Syntax
[ObsoleteAttribute("Use OIV.Inventor.ViewerComponents.SoCameraInteractor.GetFocalPoint() instead.")]
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
public SbVec3f GetViewportCenter()

Return Value

Type: SbVec3f

center in world coordinatesObsoletesince Open Inventor 9500. Use OIV.Inventor.ViewerComponents.SoCameraInteractor.GetFocalPoint() instead.

Remarks

On other words, returns the camera's "focal point", located focalDistance units from the camera position along the view direction vector ( orientation).

See Also