[orx-triangulation] Improve triangulation, add kotlin/js support

This commit is contained in:
Edwin Jakobs
2022-10-21 10:33:24 +02:00
parent ed6cda8cca
commit 1f16aa6a31
21 changed files with 1608 additions and 251 deletions

View File

@@ -26,7 +26,8 @@ def multiplatformModules = [
"orx-shapes",
"orx-quadtree",
"orx-hash-grid",
"orx-depth-camera"
"orx-depth-camera",
"orx-triangulation"
]
def doNotPublish = ["openrndr-demos"]