log cmd/octree2contour/loader.go @ 726:5af9ab39e715

age author description
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.
Fri, 21 Sep 2018 11:02:24 +0200 Sascha L. Teichmann octree: Moved octree traveral code to own file. 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
Wed, 19 Sep 2018 23:17:03 +0200 Sascha L. Teichmann octree: Tighten code and dedup triangles earlier in horizontal traversal. octree
Wed, 19 Sep 2018 21:08:35 +0200 Sascha L. Teichmann octree: Removed one level of unnecessary interface virtualization octree
Wed, 19 Sep 2018 21:03:54 +0200 Sascha L. Teichmann octree: fixed triangle indexing bug in horizontal traversal octree
Wed, 19 Sep 2018 20:55:02 +0200 Sascha L. Teichmann octree: simplified cube indexing. 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