summaryrefslogtreecommitdiff
path: root/modules/xatlas_unwrap
diff options
context:
space:
mode:
authorJuan Linietsky <reduzio@gmail.com>2018-09-30 23:10:18 -0300
committerJuan Linietsky <reduzio@gmail.com>2018-09-30 23:11:24 -0300
commitc24277a520acf856831ed78d4f96444290d17597 (patch)
tree88b33c91dc6b4e1b573293219d1f663fa520fd48 /modules/xatlas_unwrap
parent80d6bb7193a0ea2e233363bcc959cff882f5a6a4 (diff)
-Many GLES2 optimizations
-Android export fixes (use ETC if GLES2 backend in use) -revert to thekla atlas because xatlas is not working well
Diffstat (limited to 'modules/xatlas_unwrap')
-rw-r--r--modules/xatlas_unwrap/config.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/modules/xatlas_unwrap/config.py b/modules/xatlas_unwrap/config.py
index bd092bdc16..962d33280f 100644
--- a/modules/xatlas_unwrap/config.py
+++ b/modules/xatlas_unwrap/config.py
@@ -1,5 +1,6 @@
def can_build(env, platform):
- return (env['tools'] and platform not in ["android", "ios"])
+ return False #xatlas is buggy
+ #return (env['tools'] and platform not in ["android", "ios"])
def configure(env):
pass