log pkg/octree/tree.go @ 2499:62adfe9cbbde octree-diff

age author description
Mon, 04 Mar 2019 14:58:22 +0100 Sascha L. Teichmann Be more precise with clipping nodes. octree-diff
Mon, 04 Mar 2019 13:32:32 +0100 Sascha L. Teichmann Use octree clipping. Not working, yet! octree-diff
Sun, 03 Mar 2019 14:45:41 +0100 Sascha L. Teichmann Started with the idea to clip an octree by an bounding polygon. octree-diff
Thu, 28 Feb 2019 15:55:32 +0100 Sascha L. Teichmann Calculate better triangulation and store it into database. octree-diff
Mon, 25 Feb 2019 18:21:33 +0100 Sascha L. Teichmann Calculate difference on single core. octree-diff
Mon, 14 Jan 2019 11:09:10 +0100 Sascha L. Teichmann Octree: Same emtry tree fix for horizontal as for vertical traversal. Re-worked both to be BCE friendly.
Sun, 13 Jan 2019 13:47:08 +0100 Sascha L. Teichmann Octree: Don't crash in horizontal traversal if the tree is empty.
Mon, 31 Dec 2018 11:13:49 +0100 Sascha L. Teichmann Octree: Resolved the remaing golint issues with this package.
Tue, 23 Oct 2018 18:15:14 +0200 Sascha L. Teichmann Added GNU Affero General Public License.
Wed, 26 Sep 2018 18:36:12 +0200 Sascha L. Teichmann Triangle intersection. WIP. Currently interpolation is messed up.
Wed, 26 Sep 2018 13:17:32 +0200 Sascha L. Teichmann Fixed a bug with 2d planes (lines) found while working on line intersections.
Wed, 26 Sep 2018 12:21:12 +0200 Sascha L. Teichmann Moved Box2D and Plane2D into vertex.go and made to API public.
Tue, 25 Sep 2018 10:09:33 +0200 Sascha L. Teichmann Removed a bit debug output on vertical traversal of octree.
Tue, 25 Sep 2018 09:53:59 +0200 Sascha L. Teichmann Fixed intersection test between bounding box and line in vertical octree traversal.
Tue, 25 Sep 2018 08:32:32 +0200 Sascha L. Teichmann Check bounding boxes against plane, too. WIP
Tue, 25 Sep 2018 04:38:40 +0200 Sascha L. Teichmann Simplified vertical traversal of octree.
Tue, 25 Sep 2018 03:59:39 +0200 Sascha L. Teichmann Fixed typo in node selection of vertical octree traversal.
Tue, 25 Sep 2018 03:55:45 +0200 Sascha L. Teichmann Complete vertical octree traversal. Seems not very selective.
Mon, 24 Sep 2018 18:41:29 +0200 Sascha L. Teichmann Vertical traversal of octree for cross sections. WIP.
Sat, 22 Sep 2018 21:58:15 +0200 Sascha L. Teichmann Renamed octree.go in octree package to tree.go. base pkg/octree/octree.go@d31ffd37ecb7
Sat, 22 Sep 2018 09:55:42 +0200 Sascha L. Teichmann Finished the octree cache. TODO: implement the deserialization.
Sat, 22 Sep 2018 09:36:12 +0200 Sascha L. Teichmann Moved octree stuff to own package. base pkg/models/octree.go@f26fd3bf199f