Tagged Questions
-1
votes
1answer
212 views
Isometric tile selection
I'm not all that good with Maths. I'm trying to make a function to convert mouse coordinates into a particular tile in an isometric view.
All of the algorithms I have seen so far work with the X ...
4
votes
0answers
246 views
Isometric - precise screen coordinates to isometric
I'm trying to translate mouse coords to precise isometric coords (I can already find the tile the mouse is over, but I want it to be more precise). I've tried several different methods but I seem to ...
2
votes
0answers
606 views
Collision Detection on floor tiles Isometric game
I am having a very hard to time figuring out a bug in my code. It should have taken me 20 minutes but instead I've been working on it for over 12 hours. I am writing a isometric tile based game where ...