Kitware / itk-vtk-viewer

2D / 3D web image, mesh, and point set viewer using itk-wasm and vtk.js
https://kitware.github.io/itk-vtk-viewer/
BSD 3-Clause "New" or "Revised" License
210 stars 64 forks source link

Support displaying pointSets #407

Closed oeway closed 3 years ago

oeway commented 3 years ago

Hi @thewtex I am trying to passing a point cloud to the viewer through the ImJoy API, e.g. I have a Float32Array with xyz coordinates, how can I feed that into crreateViewer as pointSets? A code snippet would be great! Thanks in advance.