E3DViewer::SetRenderSourcePointSize

Sets the point size used to display the point clouds.

Namespace: Euresys::Open_eVision::Easy3D

[C++]

void SetRenderSourcePointSize(
   const std::string& name,
   int size
)

Parameters

name

The name of the render source to be considered.

size

The number of pixels used to render a point.

E3DViewer.SetRenderSourcePointSize

Sets the point size used to display the point clouds.

Namespace: Euresys.Open_eVision.Easy3D

[C#]

void SetRenderSourcePointSize(
   string name,
   int size
)

Parameters

name

The name of the render source to be considered.

size

The number of pixels used to render a point.