In this step of the tutorial we will change the collision model from the cube object to the dragon object, so that the collision model is using the same model as the visual one.
You can see that there are many more sphere to handle the collision. Some are redundant, and useless.
This example demonstrated the need to carefully choose the collision model you want to use. A good approach is to have two versions of your model: a fine version used to do the rendering of the scene, and a much coarser one to handle the collisions quickly.
The presence of spheres may create some artifacts during the collision response, but they are very fast to simulate. Disable the display of the collision models and activate the visual models to really see the efficiency of the spheres.