Commit Graph

  • dbfe1af7cf Merge code from extrude #6 blobtree wangxiaolong 2024-12-06 23:03:54 +0800
  • abdd04adcc fixed a few of bugs; added manual release of blobtree; distinguished copy/move construct of primitive node Zhicheng Wang 2024-12-04 15:16:11 +0800
  • 755efd3488 first fully implemented version Zhicheng Wang 2024-12-02 08:34:19 +0800
  • 2f269105ec Merge pull request 'bug fix for blobtree' (#5) from blobtree into master ZCWang 2024-11-21 06:33:45 +0000
  • 7d0b9f538d bug fix for blobtree #5 wangxiaolong 2024-11-21 14:24:22 +0800
  • 1c360ea3b8 tidy exposed headers; tidy blobtree_strcture Zhicheng Wang 2024-11-20 23:35:04 +0800
  • aabe5654e1 tidy blobtree Zhicheng Wang 2024-11-18 09:49:32 +0800
  • ece6ba1efa temporary push Zhicheng Wang 2024-11-16 11:53:41 +0800
  • 49b65c684b Merge pull request 'Implement find closest common parent' (#4) from blobtree into master ZCWang 2024-11-14 09:30:51 +0000
  • 7ee7550ce7 Implement find closest common parent #4 wangxiaolong 2024-11-14 16:41:02 +0800
  • b73c532a65 Merge pull request 'Implement aabb of blobtree' (#3) from blobtree into master ZCWang 2024-11-14 03:37:14 +0000
  • fd9d3561ec Implement aabb of blobtree #3 wangxiaolong 2024-11-12 17:03:13 +0800
  • f8acd3c866 Merge pull request 'Implement blobtree' (#2) from blobtree into master ZCWang 2024-11-08 12:20:02 +0000
  • 8bf3c82b8e Implement blobtree #2 wangxiaolong 2024-11-08 19:56:18 +0800
  • 3aec50b095 improved implementation of blobtree ZCWang 2024-11-06 09:40:29 +0800
  • 84e3fadd35 Merge pull request 'Implement Blobtree' (#1) from blobtree into master ZCWang 2024-11-04 06:46:12 +0000
  • f6a98118bb first valid runtime commit ZCWang 2024-11-04 14:42:22 +0800
  • 7ce43e8fc3 Implement Blobtree #1 wangxiaolong 2024-11-04 13:52:19 +0800
  • 5cba1ba952 fixed bugs in add_plane, now arrangement can be built successfully; fixed an index bug in generating tet mesh; simplified storage of scalar field sign, now it has lower memory consume and can work properly ZCWang 2024-10-31 14:35:11 +0800
  • 070b3cb6c6 prev has wrong push ZCWang 2024-10-30 10:14:08 +0800
  • 303f4910cb now 2 vector container should be working properly without logical errors. ZCWang 2024-10-30 10:13:00 +0800
  • a738c5daf8 fix ZCWang 2024-10-29 10:32:05 +0800
  • 1d1e53c1bc fix bugs ZCWang 2024-10-29 09:32:42 +0800
  • 3e279b63f8 fixed all bugs within underlyng modules; stored formatted implicit arrangements data, and it is tested to be read correctly. ZCWang 2024-10-25 13:27:28 +0800
  • c9057ce132 fixed tons of bugs; implemented class ImplicitSurfaceNetworkProcessor for convient mesh builder and traversal ZCWang 2024-10-22 23:22:45 +0800
  • 97b2f2e606 fully implementation of LUT. Since it is confirmed that use constexpr will blow-up the stack of compilers, we have to use an init function to read LUT from disk. TODO: write a simple program to confirm that the init LUT function works properly. ZCWang 2024-10-20 23:27:00 +0800
  • cfd0ee65b6 complete implementation of 2 underlying library; TODO: fetch ia_data and ia_indices from .msgpack, and statically write them into inline data files. Then making ia_data and ia_indices fully compile-time variables into the library. ZCWang 2024-10-20 12:11:26 +0800
  • c09062acc2 initial commit ZCWang 2024-10-18 00:01:12 +0800
  • 1b86574dec initial commit ZCWang 2024-10-18 00:01:02 +0800
  • 3f098b6338 initial commit ZCWang 2024-10-17 23:38:22 +0800
  • d7c72c9f4f initial commit ZCWang 2024-10-17 16:51:32 +0800
  • 27ac8db3ec Initial commit ZCWang 2024-10-17 08:11:02 +0000