Add poly2tri and C++ wrapper for polygon tesselation.

This commit is contained in:
2022-04-19 20:04:08 +02:00
parent 4aa63db8dd
commit a6899a3f7c
9 changed files with 171 additions and 15 deletions

3
.gitmodules vendored
View File

@@ -6,3 +6,6 @@
path = 3rdparty/libfort
url = https://git.shimatta.de/3rd-party/libfort
branch = develop
[submodule "3rdparty/poly2tri"]
path = 3rdparty/poly2tri
url = https://git.shimatta.de/3rd-party/poly2tri.git