A Thousand Ships ee79386f7b [Scene] Add SceneStringNames::pressed 6 月之前
..
doc_classes 92b243dc3c Separate Shape3D resource logic in GLTFPhysicsShape 7 月之前
editor ee79386f7b [Scene] Add SceneStringNames::pressed 6 月之前
extensions cb01094ccd Merge pull request #88301 from aaronfranke/gltf-explicit-compound-triggers 6 月之前
structures 453485aede Merge pull request #89270 from Repiteo/enforce-typename-in-templates 8 月之前
README.md 7b8f9a0e8e GLTF: Organize structures into a subfolder 2 年之前
SCsub 04d43947bf Add ufbx for FBX importing 8 月之前
config.py 04d43947bf Add ufbx for FBX importing 8 月之前
gltf_defines.h 04d43947bf Add ufbx for FBX importing 8 月之前
gltf_document.cpp 522f035cb1 GLTF export improvements 6 月之前
gltf_document.h 8232759100 Fix method bindings in FBXDocument by making them virtual in GLTFDocument. 8 月之前
gltf_state.cpp 652ef966f9 Add new scene import option to import as Skeleton 8 月之前
gltf_state.h 652ef966f9 Add new scene import option to import as Skeleton 8 月之前
gltf_template_convert.h 9903e6779b Enforce template syntax `typename` over `class` 8 月之前
register_types.cpp 04d43947bf Add ufbx for FBX importing 8 月之前
register_types.h d95794ec8a One Copyright Update to rule them all 1 年之前
skin_tool.cpp a0dbdcc3ab Replace `find` with `contains/has` where applicable 6 月之前
skin_tool.h 652ef966f9 Add new scene import option to import as Skeleton 8 月之前

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.
  • The editor/ folder uses GLTFDocument to import and export 3D models.