-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
Submodule gfp-basic3d
updated
4 files
+1 −1 | CMakeLists.txt | |
+2 −3 | nodes.hpp | |
+42 −13 | nodes_cityjson.cpp | |
+7 −4 | nodes_gltf.cpp |
Submodule gfp-building-reconstruction
updated
12 files
+3 −2 | CMakeLists.txt | |
+1 −0 | register.hpp | |
+87 −63 | src/MeshClipperNode.cpp | |
+21 −0 | src/MeshProcessingNodes.hpp | |
+187 −2 | src/MeshSimplify.cpp | |
+44 −0 | src/heightfield_nodes.cpp | |
+8 −3 | src/polygon_triangulate.cpp | |
+23 −0 | src/polygon_util.cpp | |
+1 −0 | src/polygon_util.hpp | |
+227 −0 | src/tinsimp.cpp | |
+55 −0 | src/tinsimp.hpp | |
+1 −1 | thirdparty/region-grower |