E3DViewer::UpdateViewDistance

Applies a delta factor to the view distance. Usually this control is mapped on the mouse wheel.

Namespace: Euresys::Open_eVision::Easy3D

[C++]

void UpdateViewDistance(
   float delta
)

Parameters

delta

The factor to change the view distance: move the view point closer to the object when delta is lower than 1 and further to the object when delta is larger than 1.

E3DViewer.UpdateViewDistance

Applies a delta factor to the view distance. Usually this control is mapped on the mouse wheel.

Namespace: Euresys.Open_eVision.Easy3D

[C#]

void UpdateViewDistance(
   float delta
)

Parameters

delta

The factor to change the view distance: move the view point closer to the object when delta is lower than 1 and further to the object when delta is larger than 1.