Hello, Ladies and Guys
Is there any SFML function or way to detect collision between to objects that are not horizontal or vertical Rectangles? Or one that a member has already done? I suposse I can say that the objects could be inclined Rectangles at most. Sorry if this is a stupid question, or if it would take a great alghoritmic job (what is what I'm trying to avoid).
For those (if there are) who have seen my poor Space Shooter game that has a problem in older PCs, the inclined Rectangles are the enemy missiles, and some ships. Currently the collision check function es totally cartesian and I think that is not good.
Actually, I have just uploaded an update of the app (has 2 levels, still in development)
I would appreciate any help