In this last step, we will change the collision components pass to the collision detection.
Delete the TSphereModel.
Add a PointModel component to the CollisionNode.
Repeat with a LineModel and a TTriangleModel.
Instead of spheres, we model our object using exactly the mesh. This should improve the quality of the response, but with a higher computational cost.