strayrobots / 3d-annotation-tool

A graphical user interface to annotate point clouds and 3D data.
MIT License
76 stars 8 forks source link

Remove bvh intialization from assert #50

Closed kekeblom closed 2 years ago

kekeblom commented 2 years ago

The bounding volume hierarchy would not get initialized when running in release mode as the function call inside the assert would not be run. Can now use the point cloud view also in release mode.