Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-09-18 | Minor enhancements to the GLTF module (lights and docs) | Aaron Franke | |
2022-08-05 | Make "Godot source files" comment consistent in modules | Aaron Franke | |
2022-07-24 | GLTF: Organize structures into a subfolder | Aaron Franke | |
2022-03-28 | Modules: Don't build editor-specific classes in templates | RĂ©mi Verschelde | |
They're moved to an `editor` subfolder so that we can easily handle them separately. | |||
2020-12-22 | Add exporting glTF2. | K. S. Ernest (iFire) Lee | |
* Support KHR_texture_transform. * Support exporting glTF2 * Support exporting instanced scenes * Extract into a gltf state and gltf document * Add a tools menu for exporting gltf2 |