mirror of
https://github.com/tiennm99/godot.git
synced 2026-07-16 16:17:13 +00:00
Modified both MeshInstance tools as well as importer to use it instead of QuickHull.
7 lines
77 B
Python
7 lines
77 B
Python
def can_build(env, platform):
|
|
return True
|
|
|
|
def configure(env):
|
|
pass
|
|
|