godot/modules/gltf/config.py
K. S. Ernest (iFire) Lee 4b4efd2674 Add exporting glTF2.
* Support KHR_texture_transform.
* Support exporting glTF2
* Support exporting instanced scenes
* Extract into a gltf state and gltf document
* Add a tools menu for exporting gltf2
2020-12-22 16:56:28 -08:00

7 lines
111 B
Python

def can_build(env, platform):
return env["tools"] and not env["disable_3d"]
def configure(env):
pass