summaryrefslogtreecommitdiffstats
path: root/modules/gltf/structures
Commit message (Expand)AuthorAgeFilesLines
* Merge commit godotengine/godot@87318a2fb7fffeb72adca934e31915be077c3d1fSpartan3222024-11-0610-15/+436
|\
| * GLTF: Implement KHR_animation_pointer for animating custom propertiesAaron Franke2024-11-042-1/+7
| * GLTF: Implement the glTF Object Model to support JSON pointer propertiesAaron Franke2024-11-044-0/+296
| * GLTF: Prerequisite cleanups before KHR_animation_pointerAaron Franke2024-11-042-0/+48
| * GLTF: Clean up animation code to make way for KHR_animation_pointerAaron Franke2024-11-042-11/+49
| * GLTF: Add more accessor component typesAaron Franke2024-11-042-0/+10
| * GLTF: Move the component type enum into GLTFAccessorAaron Franke2024-11-042-4/+23
* | Fix copyright headers referring to GodotSpartan3222024-10-2721-42/+42
* | Rebrand preambles to RedotDubhghlas McLaughlin2024-10-1121-0/+42
|/
* GLTF: Add append_gltf_node to GLTFStateAaron Franke2024-09-022-0/+6
* Change capitalization of glTF in errors and comments.tetrapod002024-08-152-8/+8
* Move GLTFAccessorType into GLTFAccessorAaron Franke2024-07-042-18/+40
* Rename accessor GLTFType to GLTFAccessorType, fix verbose prints, docAaron Franke2024-05-242-10/+23
* Merge pull request #89270 from Repiteo/enforce-typename-in-templatesRémi Verschelde2024-03-141-1/+1
|\
| * Enforce template syntax `typename` over `class`Thaddeus Crews2024-03-071-1/+1
* | gltf export: Remove snapping and fix validationLyuma2024-03-102-0/+15
|/
* Move 3D-only resources to their own folderAaron Franke2024-02-264-4/+4
* Add ufbx for FBX importingK. S. Ernest (iFire) Lee2024-02-2311-6/+207
* Merge pull request #83231 from aaronfranke/gltf-transformRémi Verschelde2024-02-092-13/+9
|\
| * Fix desynced duplicate GLTFNode transform propertiesAaron Franke2024-01-292-13/+9
* | Change AudioStreamPlayer autoplay and GLTFBufferView getters to be constAaron Franke2024-02-083-10/+81
|/
* Remove unnecessary `this->` expressionsA Thousand Ships2024-01-291-6/+6
* Fix crash in GLTFBufferView::load_buffer_view_dataAaron Franke2024-01-171-0/+1
* Misc changes to the GLTF module before audio PRAaron Franke2024-01-112-1/+15
* Remove Object pointer/solve types conflict in AnimationTrackCacheSilc Lizard (Tokage) Renew2024-01-081-0/+1
* Add const lvalue ref to container parametersMuller-Castro2024-01-051-1/+1
* [Modules] Replace `ERR_FAIL_COND` with `ERR_FAIL_NULL` where applicableA Thousand Ships2023-09-261-1/+1
* Style: Harmonize header includes in modulesRémi Verschelde2023-06-159-0/+9
* Merge pull request #76895 from aaronfranke/gltf-webpRémi Verschelde2023-05-261-1/+1
|\
| * Add support for extending GLTF with more texture formats & support WebPAaron Franke2023-05-221-1/+1
* | Fix GLTFSkin binding for the godot_sking property Theraot2023-05-231-1/+1
|/
* gltf: Permit sparse accessors without a bufferView.Lyuma2023-05-091-1/+1
* Remove unused joint boolean in GLTFNodeAaron Franke2023-02-212-14/+0
* One Copyright Update to rule them allRémi Verschelde2023-01-0520-580/+580
* Consistently use `p_` for parameters in GLTFDocumentAaron Franke2022-12-101-1/+1
* GLTF: Clean up lots of includesAaron Franke2022-11-296-8/+7
* Change the way GLTFDocumentExtension classes are registeredAaron Franke2022-11-091-2/+0
* Add a way to store additional data in GLTFState and GLTFNodeAaron Franke2022-10-152-0/+14
* GLTF imports & exports material texture filtersThe Tophat Demon2022-10-034-0/+224
* Don't try to read values from null cameras and lights in GLTFAaron Franke2022-09-041-0/+1
* Change Array arguments to TypedArraykobewi2022-09-012-5/+5
* Move GLTF camera conversion code into GLTFCameraAaron Franke2022-08-282-0/+87
* Rename `str2var` to `str_to_var` and similarMicky2022-08-261-1/+1
* Replace Array return types with TypedArray 3kobewi2022-08-244-8/+12
* GLTF: Fix orthographic cameras, internally store data in GLTF's formatAaron Franke2022-08-142-15/+27
* Code quality: Fix header guards consistencyRémi Verschelde2022-07-257-0/+7
* GLTF: Organize structures into a subfolderAaron Franke2022-07-2418-0/+1655