|
9 months ago | |
---|---|---|
.. | ||
doc_classes | 10 months ago | |
editor | 9 months ago | |
extensions | 9 months ago | |
structures | 11 months ago | |
README.md | 2 years ago | |
SCsub | 1 year ago | |
config.py | 1 year ago | |
gltf_defines.h | 1 year ago | |
gltf_document.cpp | 9 months ago | |
gltf_document.h | 11 months ago | |
gltf_state.cpp | 11 months ago | |
gltf_state.h | 11 months ago | |
gltf_template_convert.h | 11 months ago | |
register_types.cpp | 1 year ago | |
register_types.h | 2 years ago | |
skin_tool.cpp | 9 months ago | |
skin_tool.h | 11 months ago |
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.