|
1 anno fa | |
---|---|---|
.. | ||
doc_classes | 5 mesi fa | |
extensions | 7 mesi fa | |
structures | 2 anni fa | |
README.md | 2 anni fa | |
SCsub | 2 anni fa | |
config.py | 1 anno fa | |
editor_scene_exporter_gltf_plugin.cpp | 2 anni fa | |
editor_scene_exporter_gltf_plugin.h | 2 anni fa | |
editor_scene_importer_gltf.cpp | 2 anni fa | |
editor_scene_importer_gltf.h | 2 anni fa | |
gltf_defines.h | 2 anni fa | |
gltf_document.cpp | 6 mesi fa | |
gltf_document.h | 1 anno fa | |
gltf_state.cpp | 2 anni fa | |
gltf_state.h | 7 mesi fa | |
gltf_template_convert.h | 2 anni fa | |
packed_scene_gltf.cpp | 2 anni fa | |
packed_scene_gltf.h | 2 anni fa | |
register_types.cpp | 1 anno fa | |
register_types.h | 2 anni fa |
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.