facontidavide / Bonxai

Fast, hierarchical, sparse Voxel Grid
Mozilla Public License 2.0
673 stars 58 forks source link

Fix examples and Deserialization #22

Closed jjd9 closed 11 months ago

jjd9 commented 11 months ago

Hello,

I am playing around with this library and noticed that serialization.hpp was not compiling, as it is using private variables of InnerGrid. In addition, there is no CMakeLists.txt to build the examples. This PR addresses those issues.

Thanks for making this cool data structure open source!

facontidavide commented 11 months ago

thanks a lot!