Open Meakk opened 2 years ago
related to #38
@Meakk @mwestphal I'd like to work on this issue. Could you please assign it to me?
Sure go ahead. Note that this one should be more challenging, but feel free to reach out on discord if you need pointers.
@gapry any news on this ?
@mwestphal Sorry, I need more time, I anticipate having the first patch ready between the 28th and 30th of this month.
No worries!
Context F3D is great to visualize point-cloud but supports a limited number of file formats.
VTK has a PDAL wrapper that could be integrated easily in F3D as long as the VTK IOPDAL module can be easily built.
PDAL supported file formats: https://pdal.io/stages/readers.html#readers VTK IOPDAL module: https://gitlab.kitware.com/vtk/vtk/-/tree/master/IO/PDAL
Suggested solution
pdal
plugin that relies on the vtkPDALReader.Notes
vdb
plugin for inspiration, it should be pretty similar