|
преди 3 месеца | |
---|---|---|
.. | ||
doc_classes | преди 3 месеца | |
editor | преди 3 месеца | |
extensions | преди 3 месеца | |
structures | преди 3 месеца | |
tests | преди 3 месеца | |
README.md | преди 6 месеца | |
SCsub | преди 4 месеца | |
config.py | преди 3 месеца | |
gltf_defines.h | преди 3 месеца | |
gltf_document.cpp | преди 3 месеца | |
gltf_document.h | преди 3 месеца | |
gltf_state.cpp | преди 3 месеца | |
gltf_state.h | преди 3 месеца | |
gltf_template_convert.h | преди 11 месеца | |
register_types.cpp | преди 3 месеца | |
register_types.h | преди 2 години | |
skin_tool.cpp | преди 5 месеца | |
skin_tool.h | преди 11 месеца |
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.