|
vor 9 Monaten | |
---|---|---|
.. | ||
doc_classes | vor 10 Monaten | |
editor | vor 9 Monaten | |
extensions | vor 10 Monaten | |
structures | vor 11 Monaten | |
README.md | vor 2 Jahren | |
SCsub | vor 1 Jahr | |
config.py | vor 1 Jahr | |
gltf_defines.h | vor 1 Jahr | |
gltf_document.cpp | vor 9 Monaten | |
gltf_document.h | vor 11 Monaten | |
gltf_state.cpp | vor 1 Jahr | |
gltf_state.h | vor 1 Jahr | |
gltf_template_convert.h | vor 11 Monaten | |
register_types.cpp | vor 1 Jahr | |
register_types.h | vor 2 Jahren | |
skin_tool.cpp | vor 9 Monaten | |
skin_tool.h | vor 1 Jahr |
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.