godot/modules/xatlas_unwrap/config.py
Juan Linietsky 6cbdeedf57 Added xatlas as alternative to thekla, forced it on.
Did some hacks to it to avoid it from failing on bad geometry.
2018-09-29 09:46:26 -03:00

6 lines
125 B
Python

def can_build(env, platform):
return (env['tools'] and platform not in ["android", "ios"])
def configure(env):
pass