lawnjelly 3771078c02 Verify GLTF indices to prevent crash with corrupt files 9 ماه پیش
..
doc_classes a8980fbd78 Fix type hints in GLTFDocumentExtension virtual methods 10 ماه پیش
extensions a8980fbd78 Fix type hints in GLTFDocumentExtension virtual methods 10 ماه پیش
structures 1426cd3b3a One Copyright Update to rule them all 2 سال پیش
README.md d8aa3b32c9 [3.x] GLTF: Organize structures and extensions into subfolders 2 سال پیش
SCsub d8aa3b32c9 [3.x] GLTF: Organize structures and extensions into subfolders 2 سال پیش
config.py 571e4189fd [3.x] Implement physics support in the GLTF module 2 سال پیش
editor_scene_exporter_gltf_plugin.cpp 1426cd3b3a One Copyright Update to rule them all 2 سال پیش
editor_scene_exporter_gltf_plugin.h 1426cd3b3a One Copyright Update to rule them all 2 سال پیش
editor_scene_importer_gltf.cpp 1426cd3b3a One Copyright Update to rule them all 2 سال پیش
editor_scene_importer_gltf.h 1426cd3b3a One Copyright Update to rule them all 2 سال پیش
gltf_defines.h 1426cd3b3a One Copyright Update to rule them all 2 سال پیش
gltf_document.cpp 3771078c02 Verify GLTF indices to prevent crash with corrupt files 9 ماه پیش
gltf_document.h b9cbffd957 add ORMSpatialMaterial 1 سال پیش
gltf_state.cpp 1426cd3b3a One Copyright Update to rule them all 2 سال پیش
gltf_state.h 601a9eb4f5 GLTF: Fixed external images getting embedded on import 9 ماه پیش
gltf_template_convert.h 1426cd3b3a One Copyright Update to rule them all 2 سال پیش
packed_scene_gltf.cpp 1426cd3b3a One Copyright Update to rule them all 2 سال پیش
packed_scene_gltf.h 1426cd3b3a One Copyright Update to rule them all 2 سال پیش
register_types.cpp 571e4189fd [3.x] Implement physics support in the GLTF module 2 سال پیش
register_types.h 1426cd3b3a One Copyright Update to rule them all 2 سال پیش

README.md

Godot GLTF import and export module

In a nutshell, the GLTF module works like this:

  • The structures/ folder contains GLTF structures, the small pieces that make up a GLTF file, represented as C++ classes.
  • The 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.