|
hace 1 año | |
---|---|---|
.. | ||
doc_classes | hace 5 meses | |
extensions | hace 7 meses | |
structures | hace 2 años | |
README.md | hace 2 años | |
SCsub | hace 2 años | |
config.py | hace 1 año | |
editor_scene_exporter_gltf_plugin.cpp | hace 2 años | |
editor_scene_exporter_gltf_plugin.h | hace 2 años | |
editor_scene_importer_gltf.cpp | hace 2 años | |
editor_scene_importer_gltf.h | hace 2 años | |
gltf_defines.h | hace 2 años | |
gltf_document.cpp | hace 6 meses | |
gltf_document.h | hace 1 año | |
gltf_state.cpp | hace 2 años | |
gltf_state.h | hace 7 meses | |
gltf_template_convert.h | hace 2 años | |
packed_scene_gltf.cpp | hace 2 años | |
packed_scene_gltf.h | hace 2 años | |
register_types.cpp | hace 1 año | |
register_types.h | hace 2 años |
In a nutshell, the GLTF module works like this:
structures/
folder contains GLTF structures, the
small pieces that make up a GLTF file, represented as C++ classes.extensions/
folder contains GLTF extensions, which
are optional features that build on top of the base GLTF spec.GLTFState
holds collections of structures and extensions.GLTFDocument
operates on GLTFState and its elements.