Files
godot/editor
AndreaCatania 2d2d24a538 Improve collision generation usability in the new 3D scene import workflow.
With this PR it's possible to add a collision during the Mesh import, directly in editor.
To generate the shape is possible to chose between the following options:
- Decompose Convex: The Mesh is decomposed in one or many Convex Shapes (Using the VHACD library).
- Simple Convex: Is generated a convex shape that enclose the entire mesh.
- Trimesh: Generate a trimesh shape using the Mesh faces.
- Box: Add a primitive box shape, where you can tweak the `size`, `position`, `rotation`.
- Sphere: Add a primitive sphere shape, where you can tweak the `radius`, `position`, `rotation`.
- Cylinder: Add a primitive cylinder shape, where you can tweak the `height`, `radius`, `position`, `rotation`.
- Capsule: Add a primitive capsule shape, where you can tweak the `height`, `radius`, `position`, `rotation`.

It's also possible to chose the generated body, so you can create:
- Rigid Body.
- Static Body.
- Area.
2021-08-28 08:34:15 +02:00
..
2021-02-10 19:31:24 -03:00
2021-07-18 21:20:02 -03:00
2021-05-20 12:38:56 +02:00
2021-06-11 18:48:42 +02:00
2021-07-25 07:18:25 -04:00
2021-07-24 09:16:52 -03:00
2021-06-16 09:43:34 -07:00
2021-08-02 13:58:02 +02:00
2021-08-17 21:11:10 +08:00
2021-08-15 11:40:44 +05:30
2021-08-15 11:40:44 +05:30
2021-08-09 17:41:50 +05:30
2021-06-16 09:43:34 -07:00
2021-03-22 12:16:40 -03:00
2021-07-18 21:20:02 -03:00
2021-07-18 21:20:02 -03:00
2021-07-18 21:20:02 -03:00
2021-07-18 21:20:02 -03:00