|
|
hace 3 semanas | |
|---|---|---|
| .. | ||
| doc_classes | hace 1 mes | |
| editor | hace 3 semanas | |
| extensions | hace 2 meses | |
| structures | hace 2 meses | |
| tests | hace 1 mes | |
| README.md | hace 1 año | |
| SCsub | hace 1 año | |
| config.py | hace 1 año | |
| gltf_defines.h | hace 3 meses | |
| gltf_document.cpp | hace 3 semanas | |
| gltf_document.h | hace 2 meses | |
| gltf_state.compat.inc | hace 2 meses | |
| gltf_state.cpp | hace 2 meses | |
| gltf_state.h | hace 2 meses | |
| gltf_template_convert.h | hace 2 meses | |
| register_types.cpp | hace 6 meses | |
| register_types.h | hace 10 meses | |
| skin_tool.cpp | hace 7 meses | |
| skin_tool.h | hace 7 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.