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.NodesAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public void PointAt(
SbVec3f targetPoint
)
Public Sub PointAt (
targetPoint As SbVec3f
)
public:
void PointAt(
SbVec3f targetPoint
)
member PointAt :
targetPoint : SbVec3f -> unit
Parameters
- targetPoint
- Type: OIV.InventorSbVec3f
Remarks If this is not possible, it uses the positive z-axis as "up."
See Also