|
il y a 1 mois | |
---|---|---|
.. | ||
doc_classes | il y a 1 mois | |
editor | il y a 1 mois | |
extensions | il y a 1 mois | |
structures | il y a 1 mois | |
tests | il y a 1 mois | |
README.md | il y a 6 mois | |
SCsub | il y a 4 mois | |
config.py | il y a 1 mois | |
gltf_defines.h | il y a 3 mois | |
gltf_document.cpp | il y a 1 mois | |
gltf_document.h | il y a 1 mois | |
gltf_state.cpp | il y a 3 mois | |
gltf_state.h | il y a 1 mois | |
gltf_template_convert.h | il y a 11 mois | |
register_types.cpp | il y a 3 mois | |
register_types.h | il y a 2 ans | |
skin_tool.cpp | il y a 5 mois | |
skin_tool.h | il y a 11 mois |
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.editor/
folder uses GLTFDocument to import and export 3D models.