Hello,
if I have the choice to use a box collision object or a sphere collision object, which one should I use? For my understanding, sphere collision could be more expensive. To check collision with a sphere, you have to use the square root for the distance from the sphere origin. For a box it’s only a if-else. But I don’t know much about this. What’s cheaper?
Thank you,
Thilo