Click or drag to resize
SoCameraPointAt Method

Sets the orientation of the camera so that it points toward the given target point while keeping the "up" direction of the camera parallel to the positive y-axis.

Namespace: OIV.Inventor.Nodes
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax
public void PointAt(
	SbVec3f targetPoint
)

Parameters

targetPoint
Type: OIV.InventorSbVec3f
Remarks

If this is not possible, it uses the positive z-axis as "up."

See Also