I have a scene where my avatar is going inside the models and its movement is being hampered. I have used a bounding box and glad it is solving my problem.
But, I need bounding boxes for all the models in my scene. In my scene, I have a total of 42 models.
How can I add bounding boxes to all the models with less number of lines of code…?
Thanks in advance…