Isometric Collision Detection
- by Sleepy Rhino
I am having some issues with trying to detect collision of two isometric tile.
I have tried plotting the lines between each point on the tile and then checking for line intercepts however that didn't work (probably due to incorrect formula)
After looking into this for awhile today I believe I am thinking to much into it and there must be a easier way.
I am not looking for code just some advise on the best way to achieve detection of overlap