Files
test2/source/blender
Jacques Lucke 301bcf771d Fix T62210: endless loop in kd tree lookup
The problem was that `balance` expected that all node children
are set to `KD_NODE_UNSET` by default.
However, this might not be the case when `balance` is called
more than once.

The balance function might change the order of nodes even
when no new point has been inserted.
2019-03-05 16:23:58 +01:00
..
2019-02-18 08:22:12 +11:00
2019-02-18 08:22:12 +11:00
2019-02-18 08:22:12 +11:00
2019-03-06 01:26:30 +11:00
2019-02-18 08:22:12 +11:00
2019-02-27 12:26:49 +11:00
2019-03-06 01:48:43 +11:00
2019-02-18 08:22:12 +11:00
2019-03-01 19:29:26 +01:00