log pkg/octree/builder.go @ 4646:89a72e0e2f9b stree-experiment

age author description
Mon, 15 Jul 2019 17:49:50 +0200 Sascha L. Teichmann Building octrees: Don't cause havok by building ain overly large tree if the points are not really 3D.
Tue, 05 Mar 2019 17:08:16 +0100 Sascha L. Teichmann Clip STR tree and not Octree. octree-diff
Thu, 28 Feb 2019 12:34:47 +0100 Sascha L. Teichmann Fixed concurrent octree builder. The iso line cuts are now in the same quantity order of line segments but still differ. Need to have a closer look once we serve the data. octree-diff
Thu, 28 Feb 2019 12:03:02 +0100 Sascha L. Teichmann The concurrent octree build seems to be buggy. Use the old code instead till the problem is found. octree-diff
Wed, 27 Feb 2019 17:44:44 +0100 Sascha L. Teichmann Fixed counting of nodes. octree-diff
Wed, 27 Feb 2019 16:15:38 +0100 Sascha L. Teichmann Made octree builder concurrent. octree-diff
Sun, 30 Dec 2018 16:24:51 +0100 Sascha L. Teichmann Octree: Fixed a few golint quirks and normalized logging a bit.