E3DViewer::SetViewTarget

Sets view target position (by default, the camera position is 'look at center of the point cloud').

Namespace: Euresys::Open_eVision_23_12::Easy3D

[C++]

void SetViewTarget(
   float targetX,
   float targetY,
   float targetZ
)

Parameters

targetX

X axis target position.

targetY

Y axis target position.

targetZ

Z axis target position.

E3DViewer.SetViewTarget

Sets view target position (by default, the camera position is 'look at center of the point cloud').

Namespace: Euresys.Open_eVision_23_12.Easy3D

[C#]

void SetViewTarget(
   float targetX,
   float targetY,
   float targetZ
)

Parameters

targetX

X axis target position.

targetY

Y axis target position.

targetZ

Z axis target position.