virtualx-engine/modules/gltf
Hugo Locurcio b087538119
Add an XML schema for documentation
This makes it easier to spot syntax errors when editing the
class reference. The schema is referenced locally so validation
can still work offline.

Each class XML's schema conformance is also checked on GitHub Actions.
2022-03-16 23:01:02 +01:00
..
doc_classes Add an XML schema for documentation 2022-03-16 23:01:02 +01:00
config.py Backport gltf2 module from master. 2021-05-31 13:18:06 -07:00
editor_scene_exporter_gltf_plugin.cpp Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
editor_scene_exporter_gltf_plugin.h Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
editor_scene_importer_gltf.cpp Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
editor_scene_importer_gltf.h Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
gltf_accessor.cpp Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
gltf_accessor.h Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
gltf_animation.cpp Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
gltf_animation.h Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
gltf_buffer_view.cpp Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
gltf_buffer_view.h Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
gltf_camera.cpp Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
gltf_camera.h Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
gltf_document.cpp Fix GLTF exporter crash when using GridMap 2022-02-20 22:02:23 +08:00
gltf_document.h Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
gltf_light.cpp Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
gltf_light.h Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
gltf_mesh.cpp Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
gltf_mesh.h Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
gltf_node.cpp Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
gltf_node.h Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
gltf_skeleton.cpp Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
gltf_skeleton.h Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
gltf_skin.cpp Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
gltf_skin.h Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
gltf_spec_gloss.cpp Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
gltf_spec_gloss.h Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
gltf_state.cpp Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
gltf_state.h Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
gltf_texture.cpp Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
gltf_texture.h Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
packed_scene_gltf.cpp Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
packed_scene_gltf.h Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
register_types.cpp Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
register_types.h Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
SCsub glTF: Cleanup includes and defines, split PackedSceneGLTF to own file 2021-12-12 12:08:18 +01:00