Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kierandrewett/godot-rigid-collision-generator
Recursive mesh collision + RigidBody generator
https://github.com/kierandrewett/godot-rigid-collision-generator
collision generator godot mesh recursive rigidbody
Last synced: about 2 months ago
JSON representation
Recursive mesh collision + RigidBody generator
- Host: GitHub
- URL: https://github.com/kierandrewett/godot-rigid-collision-generator
- Owner: kierandrewett
- License: mpl-2.0
- Created: 2023-05-21T22:04:01.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-05-21T22:07:06.000Z (over 1 year ago)
- Last Synced: 2024-05-17T06:51:17.331Z (8 months ago)
- Topics: collision, generator, godot, mesh, recursive, rigidbody
- Language: GDScript
- Homepage:
- Size: 8.79 KB
- Stars: 4
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# godot-rigid-collision-generator
Recursive mesh collision + RigidBody generator# Usage
1. Load the plugin into Godot Editor.
2. Highlight the `MeshInstance3D`(s) in your scene
3. Press `F10` to generate the RigidBody3D with collision.# Screenshots
![image](https://github.com/EnderDev/godot-rigid-collision-generator/assets/42723993/321c3a0d-492e-439b-9301-aeb4e7fc30bf)