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.
 
 
 

16 lines
563 B

target("indirect_predicates")
set_kind("headeronly")
add_includedirs("indirect_predicates/include", {public = true})
add_vectorexts("all")
-- on_config(function (target)
-- if (target:has_tool("cxx", "cl") or target:has_tool("cxx", "clang-cl")) then
-- target:add("cxflags", "/fp:strict")
-- target:add("cxflags", "/Oi")
-- target:add("defines", "_CRT_SECURE_NO_WARNINGS")
-- else
-- target:add("cxflags", "-O2")
-- target:add("")
-- end
-- end)
target_end()