Skip to content

Commit

Permalink
Add example files for OMI_physics_body and OMI_physics_shape (#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronfranke authored Apr 5, 2024
1 parent cf30a94 commit 057d8b1
Show file tree
Hide file tree
Showing 59 changed files with 3,519 additions and 2,376 deletions.
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ Extensions implemented in this repository:

Extensions implemented upstream in Godot Engine:

| Extension name | Import | Export | Godot version | Link |
| -------------------- | ------ | ------ | ------------- | ------------------------------------------------------------------------------------------------------------------------ |
| **OMI_collider** | Yes | Yes | 4.1+ or 3.6+ | [OMI_collider extension spec](https://github.com/omigroup/gltf-extensions/tree/main/extensions/2.0/OMI_collider) |
| **OMI_physics_body** | Yes | Yes | 4.1+ or 3.6+ | [OMI_physics_body extension spec](https://github.com/omigroup/gltf-extensions/tree/main/extensions/2.0/OMI_physics_body) |
| Extension name | Import | Export | Godot version | Link |
| --------------------- | ------ | ------ | ------------- | -------------------------------------------------------------------------------------------------------------------------- |
| **OMI_collider** | Yes | Yes | 4.1+ or 3.6+ | [OMI_collider extension spec](https://github.com/omigroup/gltf-extensions/tree/main/extensions/2.0/Archived/OMI_collider) |
| **OMI_physics_body** | Yes | Yes | 4.1+ or 3.6+ | [OMI_physics_body extension spec](https://github.com/omigroup/gltf-extensions/tree/main/extensions/2.0/OMI_physics_body) |
| **OMI_physics_shape** | Yes | Yes | 4.3+ | [OMI_physics_shape extension spec](https://github.com/omigroup/gltf-extensions/tree/main/extensions/2.0/OMI_physics_shape) |
Loading

0 comments on commit 057d8b1

Please sign in to comment.