Kitware / TeleSculptor

TeleSculptor: Aerial Photogrammetry Application powered by KWIVER

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Visualize mesh as point cloud when no faces are available

mleotta opened this issue · comments

If we load a mesh that is actually a point cloud, VTK should detect that there are no faces and switch the rendering mode to draw colored points

Update the volumeActor here to change the rendering properties to render as a point cloud if the mesh has no faces.