For movable objects we need convex colliders (or composite convex colliders using CompoundShape in Bullet). I found a way to create trimesh collider in Ogre by using mesh directly (or using simplified mesh) but could not find any way to create convex collider except for convex hull. I can compose something like this in Blender directly but found no way to easily use these because no obvious API...