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

3D Bounding Box support #14

Closed eduardohenriquearnold closed 3 years ago

eduardohenriquearnold commented 5 years ago

It would be a nice feature to display 3D bounding boxes within the viewer. One could probably add points to obtain the desired effect, but I believe it would be more efficient to have it coded directly in the render interface.

Is this feature a simple one to implement?

monghimng commented 4 years ago

Is there any news on this?

abhigoku10 commented 3 years ago

@hecspc any updates on this thread ?

eduardohenriquearnold commented 3 years ago

It seems that this tool is no longer maintained. If you need features such as 3D bounding boxes I'd recommend using Mayavi or Open3D. The latter has a clear documentation wide community support.