log pkg/octree/strtree.go @ 4642:b5d9647c5bc1 stree-experiment

age author description
Fri, 11 Oct 2019 23:36:28 +0200 Sascha L. Teichmann Fixed construction of clipped STRTree. stree-experiment
Fri, 11 Oct 2019 20:49:10 +0200 Sascha L. Teichmann Used STRTree for caluculating the diff. stree-experiment
Wed, 09 Oct 2019 11:50:33 +0200 Sascha L. Teichmann STRTree: Add a builder that ignores triangles which are filtered out before.
Wed, 09 Oct 2019 11:40:11 +0200 Sascha L. Teichmann STRTree: Made number of entries per node a parameter.
Mon, 11 Mar 2019 11:14:44 +0100 Sascha L. Teichmann STR tree: More code simplification.
Mon, 11 Mar 2019 10:49:16 +0100 Sascha L. Teichmann STT tree: deduplicated som code.
Tue, 05 Mar 2019 18:32:07 +0100 Sascha L. Teichmann Clip triangle in STR tree leaves correctly.
Tue, 05 Mar 2019 17:08:16 +0100 Sascha L. Teichmann Clip STR tree and not Octree. octree-diff
Tue, 05 Mar 2019 15:55:14 +0100 Sascha L. Teichmann STR tree: Fixed sorting. Stored num items per nodes. Simpified code. octree-diff
Tue, 05 Mar 2019 15:00:42 +0100 Sascha L. Teichmann Called STT tree building. octree-diff
Tue, 05 Mar 2019 13:05:50 +0100 Sascha L. Teichmann Added an STRTree for the triangulation. Should be better suited for filtering out the clipped triangles. octree-diff