What is the correct way to import rigid bodies from blender?

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By wowzzers

Hello!

When I try to import a rigid body from Blender I end up with a collision shape of just a Box Shape. I use -rigid flag in Blender. I’ve also tried flags like -col and -colonly but they create a Static Body.

How to import both mesh and collision shape for Rigid Body?

:bust_in_silhouette: Reply From: GameVisitor

If you want a collision mesh that matches exactly your rigid body, you can do this in Godot using “create Trimesh Static body and Convex static body.” as described here

Good luck :slight_smile:

Thank you!

I’ve exported my mesh without any flags then created a trimesh static body, created rigid body and reparented my collision to that rigid body and deleted a static body created by trimesh option. But this method creates a copy of a mesh and a Rigid Body doesn’t move or falls through the ground. Am I doing something wrong here?

wowzzers | 2019-03-25 11:11

Ok, convex shape solved my problem.

wowzzers | 2019-03-25 19:03