heremaps / pptk

The Point Processing Toolkit (pptk) is a Python package for visualizing and processing 2-d/3-d point clouds.
https://heremaps.github.io/pptk
MIT License
610 stars 112 forks source link

How to load and move multiple point cloud data #62

Closed 590shun closed 6 months ago

590shun commented 6 months ago

I am planning to create a tool that allows for loading multiple point cloud data and moving them around on a visualization screen using pptk. In this case, would it be necessary to modify pptk? If so, how should it be customized?