True Isometric Projection with HTML5 Canvas
问题 I am a newbie with HTML5 Canvas and JavaScript, but is there a simple way to have Isometric projection in HTML5 Canvas element? I am mean the true isometric projection - http://en.wikipedia.org/wiki/Isometric_projection Thanks all for reply's. 回答1: First, I would recommend thinking of the game world as a regular X by Y grid of square tiles. This makes everything from collision detection, pathfinding, and even rendering much easier. To render the map in an isometric projection simply modify