mhogg / pyoctree

Octree structure containing a 3D triangular mesh model
MIT License
86 stars 19 forks source link

Non-square bounding box ? #42

Open oliverstefanov opened 5 years ago

oliverstefanov commented 5 years ago

Hi,

Is it possible to have a non-cubic bounding box, so that the octree decomposition follows the geometry more closely, where each octnode is a parallelepiped rather than a cube?

Thanks.