Added xatlas as alternative to thekla, forced it on.

Did some hacks to it to avoid it from failing on bad geometry.
This commit is contained in:
Juan Linietsky
2018-09-29 09:46:26 -03:00
parent c83742ba86
commit 6cbdeedf57
8 changed files with 7763 additions and 1 deletions
+2 -1
View File
@@ -1,5 +1,6 @@
def can_build(env, platform):
return (env['tools'] and platform not in ["android", "ios"])
#return (env['tools'] and platform not in ["android", "ios"])
return False
def configure(env):
pass