4b4efd2674
* 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
6 lines
111 B
Python
6 lines
111 B
Python
def can_build(env, platform):
|
|
return env["tools"] and not env["disable_3d"]
|
|
|
|
|
|
def configure(env):
|
|
pass
|