|
1 gadu atpakaļ | |
---|---|---|
.. | ||
doc_classes | 5 mēneši atpakaļ | |
extensions | 7 mēneši atpakaļ | |
structures | 2 gadi atpakaļ | |
README.md | 2 gadi atpakaļ | |
SCsub | 2 gadi atpakaļ | |
config.py | 1 gadu atpakaļ | |
editor_scene_exporter_gltf_plugin.cpp | 2 gadi atpakaļ | |
editor_scene_exporter_gltf_plugin.h | 2 gadi atpakaļ | |
editor_scene_importer_gltf.cpp | 2 gadi atpakaļ | |
editor_scene_importer_gltf.h | 2 gadi atpakaļ | |
gltf_defines.h | 2 gadi atpakaļ | |
gltf_document.cpp | 6 mēneši atpakaļ | |
gltf_document.h | 1 gadu atpakaļ | |
gltf_state.cpp | 2 gadi atpakaļ | |
gltf_state.h | 7 mēneši atpakaļ | |
gltf_template_convert.h | 2 gadi atpakaļ | |
packed_scene_gltf.cpp | 2 gadi atpakaļ | |
packed_scene_gltf.h | 2 gadi atpakaļ | |
register_types.cpp | 1 gadu atpakaļ | |
register_types.h | 2 gadi atpakaļ |
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.