Seems to be an issue on the following line:
https://github.com/secretrobotron/octree.js/blob/master/octree.js#L256
where "containsPoint" is used as containsPoint( minpoint, aabb ) and containsPoint( maxpoint, aabb ) when the function definition is containsPoint ( aabb, point ) which seems contrary.
Having issues using adjust() using any combination of logical substitutions for the issue here (flipping parameters, swapping index and both); visibility shows popping of objects.
Manually removing and inserting the object from the tree prevents popping but is much slower than calls to adjust()
Seems to be an issue on the following line:
https://github.com/secretrobotron/octree.js/blob/master/octree.js#L256
where "containsPoint" is used as
containsPoint( minpoint, aabb )andcontainsPoint( maxpoint, aabb )when the function definition iscontainsPoint ( aabb, point )which seems contrary.Having issues using adjust() using any combination of logical substitutions for the issue here (flipping parameters, swapping index and both); visibility shows popping of objects.
Manually removing and inserting the object from the tree prevents popping but is much slower than calls to adjust()