|
9 månader sedan | |
---|---|---|
.. | ||
doc_classes | 10 månader sedan | |
editor | 9 månader sedan | |
extensions | 10 månader sedan | |
structures | 11 månader sedan | |
README.md | 2 år sedan | |
SCsub | 1 år sedan | |
config.py | 1 år sedan | |
gltf_defines.h | 1 år sedan | |
gltf_document.cpp | 9 månader sedan | |
gltf_document.h | 11 månader sedan | |
gltf_state.cpp | 1 år sedan | |
gltf_state.h | 1 år sedan | |
gltf_template_convert.h | 11 månader sedan | |
register_types.cpp | 1 år sedan | |
register_types.h | 2 år sedan | |
skin_tool.cpp | 9 månader sedan | |
skin_tool.h | 1 år sedan |
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.