This website works better with JavaScript.
Home
Explore
Help
Sign In
ZCWang
/
ImplicitSurfaceNetwork
Watch
1
Star
0
Fork
0
Code
Issues
1
Pull Requests
1
Projects
Releases
Wiki
Activity
extract explicit mesh with topology information from implicit surfaces with boolean operations, and do surface/volume integrating on them.
49
Commits
5
Branches
0
Tags
1.6 MiB
Branch:
gjj
ImplicitSurfaceNetwork
/
implicit_arrangements
/
test_lut
/
main.cpp
9 lines
104 B
Raw
Permalink
Normal View
History
first valid runtime commit
4 months ago
#
include
<implicit_arrangement.hpp>
fixed all bugs within underlyng modules; stored formatted implicit arrangements data, and it is tested to be read correctly.
5 months ago
int
main
(
)
{
load_lut
(
)
;
lut_print_test
(
)
;
return
0
;
}