Currently Rayon has built-in box and convex/concave shapes. It would be nice to have a sphere shape so that spherical objects can be simulated.
Note that while SphereCollisionShape is built-into bullet, it cannot be used with Rayon as the collision shape is cast to MinecraftShape in MinecraftRigidBody#getMinecraftShape.