Skip to content
Snippets Groups Projects
Commit 281b9e87 authored by Fabian Paus's avatar Fabian Paus
Browse files

ArViz: Set point cloud size directly (needed for point clouds with shrinking size)

parent 24ec42a4
No related branches found
No related tags found
No related merge requests found
......@@ -55,6 +55,7 @@ namespace armarx::viz::coin
pclMat->transparency = element.transparency;
pclCoords->point.setValues(0, coords.size(), coords.data());
pclCoords->point.setNum(coords.size());
pclStye->pointSize = element.pointSizeInPixels;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment