Lukas Tenbrink b5c31ebb41 Add contains_char() for single-character 'contains' calls. | 1 ماه پیش | |
---|---|---|
.. | ||
doc_classes | 2 ماه پیش | |
editor | 1 ماه پیش | |
extensions | 2 ماه پیش | |
structures | 2 ماه پیش | |
tests | 2 ماه پیش | |
README.md | 5 ماه پیش | |
SCsub | 4 ماه پیش | |
config.py | 2 ماه پیش | |
gltf_defines.h | 2 ماه پیش | |
gltf_document.cpp | 1 ماه پیش | |
gltf_document.h | 2 ماه پیش | |
gltf_state.cpp | 2 ماه پیش | |
gltf_state.h | 2 ماه پیش | |
gltf_template_convert.h | 10 ماه پیش | |
register_types.cpp | 2 ماه پیش | |
register_types.h | 2 سال پیش | |
skin_tool.cpp | 4 ماه پیش | |
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.