|
vor 1 Monat | |
---|---|---|
.. | ||
doc_classes | vor 1 Monat | |
editor | vor 1 Monat | |
extensions | vor 1 Monat | |
structures | vor 1 Monat | |
tests | vor 1 Monat | |
README.md | vor 6 Monaten | |
SCsub | vor 4 Monaten | |
config.py | vor 1 Monat | |
gltf_defines.h | vor 3 Monaten | |
gltf_document.cpp | vor 1 Monat | |
gltf_document.h | vor 1 Monat | |
gltf_state.cpp | vor 3 Monaten | |
gltf_state.h | vor 1 Monat | |
gltf_template_convert.h | vor 11 Monaten | |
register_types.cpp | vor 3 Monaten | |
register_types.h | vor 2 Jahren | |
skin_tool.cpp | vor 5 Monaten | |
skin_tool.h | vor 11 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.