virtualx-engine/modules/gltf
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
..
config.py Add exporting glTF2. 2020-12-22 16:56:28 -08:00
editor_scene_exporter_gltf_plugin.cpp Add exporting glTF2. 2020-12-22 16:56:28 -08:00
editor_scene_exporter_gltf_plugin.h Add exporting glTF2. 2020-12-22 16:56:28 -08:00
editor_scene_importer_gltf.cpp Add exporting glTF2. 2020-12-22 16:56:28 -08:00
editor_scene_importer_gltf.h Add exporting glTF2. 2020-12-22 16:56:28 -08:00
gltf_accessor.cpp Add exporting glTF2. 2020-12-22 16:56:28 -08:00
gltf_accessor.h Add exporting glTF2. 2020-12-22 16:56:28 -08:00
gltf_animation.cpp Add exporting glTF2. 2020-12-22 16:56:28 -08:00
gltf_animation.h Add exporting glTF2. 2020-12-22 16:56:28 -08:00
gltf_buffer_view.cpp Add exporting glTF2. 2020-12-22 16:56:28 -08:00
gltf_buffer_view.h Add exporting glTF2. 2020-12-22 16:56:28 -08:00
gltf_camera.cpp Add exporting glTF2. 2020-12-22 16:56:28 -08:00
gltf_camera.h Add exporting glTF2. 2020-12-22 16:56:28 -08:00
gltf_document.cpp Add exporting glTF2. 2020-12-22 16:56:28 -08:00
gltf_document.h Add exporting glTF2. 2020-12-22 16:56:28 -08:00
gltf_light.cpp Add exporting glTF2. 2020-12-22 16:56:28 -08:00
gltf_light.h Add exporting glTF2. 2020-12-22 16:56:28 -08:00
gltf_mesh.cpp Add exporting glTF2. 2020-12-22 16:56:28 -08:00
gltf_mesh.h Add exporting glTF2. 2020-12-22 16:56:28 -08:00
gltf_node.cpp Add exporting glTF2. 2020-12-22 16:56:28 -08:00
gltf_node.h Add exporting glTF2. 2020-12-22 16:56:28 -08:00
gltf_skeleton.cpp Add exporting glTF2. 2020-12-22 16:56:28 -08:00
gltf_skeleton.h Add exporting glTF2. 2020-12-22 16:56:28 -08:00
gltf_skin.cpp Add exporting glTF2. 2020-12-22 16:56:28 -08:00
gltf_skin.h Add exporting glTF2. 2020-12-22 16:56:28 -08:00
gltf_spec_gloss.cpp Add exporting glTF2. 2020-12-22 16:56:28 -08:00
gltf_spec_gloss.h Add exporting glTF2. 2020-12-22 16:56:28 -08:00
gltf_state.cpp Add exporting glTF2. 2020-12-22 16:56:28 -08:00
gltf_state.h Add exporting glTF2. 2020-12-22 16:56:28 -08:00
gltf_texture.cpp Add exporting glTF2. 2020-12-22 16:56:28 -08:00
gltf_texture.h Add exporting glTF2. 2020-12-22 16:56:28 -08:00
register_types.cpp Add exporting glTF2. 2020-12-22 16:56:28 -08:00
register_types.h Add exporting glTF2. 2020-12-22 16:56:28 -08:00
SCsub Add exporting glTF2. 2020-12-22 16:56:28 -08:00