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