A Thousand Ships 68f638cf02 Use `(r)find_char` instead of `(r)find` for single characters | vor 1 Woche | |
---|---|---|
.. | ||
doc_classes | vor 1 Woche | |
editor | vor 1 Woche | |
extensions | vor 2 Wochen | |
structures | vor 2 Wochen | |
tests | vor 1 Woche | |
README.md | vor 3 Monaten | |
SCsub | vor 2 Monaten | |
config.py | vor 2 Wochen | |
gltf_defines.h | vor 2 Wochen | |
gltf_document.cpp | vor 1 Woche | |
gltf_document.h | vor 2 Wochen | |
gltf_state.cpp | vor 2 Wochen | |
gltf_state.h | vor 2 Wochen | |
gltf_template_convert.h | vor 8 Monaten | |
register_types.cpp | vor 2 Wochen | |
register_types.h | vor 1 Jahr | |
skin_tool.cpp | vor 2 Monaten | |
skin_tool.h | vor 9 Monaten |
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.