|
|
3 سال پیش | |
|---|---|---|
| .. | ||
| doc_classes | 3 سال پیش | |
| editor | 3 سال پیش | |
| extensions | 3 سال پیش | |
| structures | 3 سال پیش | |
| README.md | 3 سال پیش | |
| SCsub | 3 سال پیش | |
| config.py | 3 سال پیش | |
| gltf_defines.h | 3 سال پیش | |
| gltf_document.cpp | 3 سال پیش | |
| gltf_document.h | 3 سال پیش | |
| gltf_document_extension.cpp | 3 سال پیش | |
| gltf_document_extension.h | 3 سال پیش | |
| gltf_document_extension_convert_importer_mesh.cpp | 3 سال پیش | |
| gltf_document_extension_convert_importer_mesh.h | 3 سال پیش | |
| gltf_state.cpp | 3 سال پیش | |
| gltf_state.h | 3 سال پیش | |
| gltf_template_convert.h | 3 سال پیش | |
| register_types.cpp | 3 سال پیش | |
| register_types.h | 3 سال پیش | |
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.