summaryrefslogtreecommitdiffstats
path: root/modules/gltf/extensions/physics
Commit message (Expand)AuthorAgeFilesLines
* Cleanup of raw `nullptr` checks with `Ref`A Thousand Ships2024-08-311-1/+1
* Change capitalization of glTF in errors and comments.tetrapod002024-08-153-19/+19
* Merge pull request #88301 from aaronfranke/gltf-explicit-compound-triggersRémi Verschelde2024-04-261-4/+46
|\
| * Add support for explicitly-defined compound triggers in GLTF filesAaron Franke2024-04-041-4/+46
* | Separate Shape3D resource logic in GLTFPhysicsShapeAaron Franke2024-04-043-26/+45
|/
* GLTF: Extract converting hull points to mesh to a helper functionAaron Franke2024-03-151-24/+30
* Split monolithic physics class filessmix82024-02-275-6/+10
* Move 3D-only resources to their own folderAaron Franke2024-02-261-7/+7
* Fix exporting trigger shapes in GLTFAaron Franke2024-02-111-1/+1
* GLTF: Update OMI_physics_body, add OMI_physics_shape, keep OMI_colliderAaron Franke2024-01-195-206/+535
* [Modules] Replace `ERR_FAIL_COND` with `ERR_FAIL_NULL` where applicableA Thousand Ships2023-09-261-1/+1
* GLTF: Add center of mass propertyAaron Franke2023-08-112-2/+36
* GLTF: Rename GLTFCollider class to GLTFPhysicsShapeAaron Franke2023-06-164-118/+118
* Style: Harmonize header includes in modulesRémi Verschelde2023-06-153-1/+2
* GLTF: Expose the inertia tensor instead of a vectorAaron Franke2023-06-062-18/+25
* Fix center of mass when importing GLTF physics bodiesAaron Franke2023-05-291-0/+5
* Implement physics support in the GLTF moduleAaron Franke2023-03-096-0/+1033