extract explicit mesh with topology information from implicit surfaces with boolean operations, and do surface/volume integrating on them.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
ZCWang 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. 5 months ago
.vscode initial commit 5 months ago
3rdparty complete implementation of 2 underlying library; 5 months ago
implicit_arrangements 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. 5 months ago
implicit_predicates complete implementation of 2 underlying library; 5 months ago
network_process complete implementation of 2 underlying library; 5 months ago
shared_module complete implementation of 2 underlying library; 5 months ago
xmake complete implementation of 2 underlying library; 5 months ago
.clang-format initial commit 5 months ago
.gitignore initial commit 5 months ago
.gitmodules initial commit 5 months ago
LICENSE Initial commit 5 months ago
README.md Initial commit 5 months ago
xmake.lua complete implementation of 2 underlying library; 5 months ago

README.md

ImplicitSurfaceNetwork

extract explicit mesh with topology information from implicit surfaces with boolean operations.