log cmd/octree2contour/main.go @ 727:41c8dc61f38f

age author description
Sat, 22 Sep 2018 21:57:30 +0200 Sascha L. Teichmann Moved octree loading stuff to octree package.
Sat, 22 Sep 2018 21:34:12 +0200 Sascha L. Teichmann Renamed a few types to uppercase names to prepare the move to the octree package.
Thu, 20 Sep 2018 15:50:07 +0200 Sascha L. Teichmann octree: Store contour lines into postgres/postgis. octree
Thu, 20 Sep 2018 13:19:49 +0200 Sascha L. Teichmann octree: prepare storing the lines to file in contouring tool. octree
Thu, 20 Sep 2018 11:32:03 +0200 Sascha L. Teichmann octree: contouring: Do the math to calculate the intersection points of the triangles and the planes. octree
Thu, 20 Sep 2018 00:13:47 +0200 Sascha L. Teichmann octree: run each slice in contour tool concurrently. octree
Wed, 19 Sep 2018 18:39:03 +0200 Sascha L. Teichmann octree: more consistent traversal order in contour tool. octree
Wed, 19 Sep 2018 18:07:28 +0200 Sascha L. Teichmann octree: Small fix in horizontal traversal. octree
Wed, 19 Sep 2018 17:34:19 +0200 Sascha L. Teichmann octree: traverse horizontally over tree to find out which triangles to process. octree
Wed, 19 Sep 2018 13:26:30 +0200 Sascha L. Teichmann octree: Added loading frame for contour generation. octree