A Thousand Ships 68f638cf02 Use `(r)find_char` instead of `(r)find` for single characters | 5 päivää sitten | |
---|---|---|
.. | ||
doc_classes | 1 viikko sitten | |
editor | 4 päivää sitten | |
extensions | 2 viikkoa sitten | |
structures | 2 viikkoa sitten | |
tests | 1 viikko sitten | |
README.md | 3 kuukautta sitten | |
SCsub | 1 kuukausi sitten | |
config.py | 2 viikkoa sitten | |
gltf_defines.h | 2 viikkoa sitten | |
gltf_document.cpp | 4 päivää sitten | |
gltf_document.h | 2 viikkoa sitten | |
gltf_state.cpp | 2 viikkoa sitten | |
gltf_state.h | 2 viikkoa sitten | |
gltf_template_convert.h | 8 kuukautta sitten | |
register_types.cpp | 2 viikkoa sitten | |
register_types.h | 1 vuosi sitten | |
skin_tool.cpp | 2 kuukautta sitten | |
skin_tool.h | 8 kuukautta sitten |
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.