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: 9.9.13.0 (9.9.13.0)
Syntax
[ObsoleteAttribute("See documentation for more details")]
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
public SbVec3f GetViewportCenter()

Return Value

Type: SbVec3f

center in world coordinatesObsoletesince Open Inventor 9500 Use 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