|
hace 5 meses | |
---|---|---|
.. | ||
doc_classes | hace 9 meses | |
editor | hace 4 meses | |
extensions | hace 3 meses | |
structures | hace 9 meses | |
README.md | hace 2 años | |
SCsub | hace 1 año | |
config.py | hace 1 año | |
gltf_defines.h | hace 10 meses | |
gltf_document.cpp | hace 3 meses | |
gltf_document.h | hace 9 meses | |
gltf_state.cpp | hace 10 meses | |
gltf_state.h | hace 10 meses | |
gltf_template_convert.h | hace 1 año | |
register_types.cpp | hace 1 año | |
register_types.h | hace 2 años | |
skin_tool.cpp | hace 11 meses | |
skin_tool.h | hace 1 año |
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.