mhogg / pyoctree

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

Error when create new PyOctNode or PyTri class instance #3

Closed mhogg closed 9 years ago

mhogg commented 9 years ago

These are created by the C++ code and are not intended to be used directly by the user. Currently there is an error when instances are created that cause a crash - need to prevent this from occurring. Not sure if I can prevent user from creating them or not.

mhogg commented 9 years ago

Fixed in latest merge