I am laughing at myself ignorant on this. Google didn't produce an obvious answer. Could someone explain what orthogonal map and isometric map are, and how they are different?
|
|
I made a picture to sum it up. Basically, the difference between both types of maps has mostly to do with the angle formed between each axis which results in one appearing to be seen from a topdown point of view, while the other appears to be seen from an angle:
It is also worth noticing the visual difference between an isometric projection and perspective projection which is what almost every 3D game uses.
Notice how lines are drawn parallel to each other when using an isometric projection, while when using a perspective projection, lines converge towards one (or more) vanishing points. |
|||||||||||
|
|
From what I understand, an orthogonal tile map is more of a top-down style (such as this), although they can appear to have some tilt (that is, showing more front, back, side, etc). Orthogonal tiles will appear rectangular. In isometric tile maps, you view the tiles at a 45-degree angle; as a result, the tiles are generally diamond shaped (as seen here). Also see this Wikipedia article on isometric projection in games. Sorry that I can't explain it any more formally! |
|||
|
|
|
An orthographic projection is one where the projection rays are perpendicular to the projection plane. These are examples of orthographic projections, specifically axonometric. The first is perspective. An isometric projection is a type of axonometric projection (and thus a type of orthographic) with 120 degrees between each projected coordinate axis. Note that orthographic is sometimes used for instances where the plane of the object is parallel to the projection plane, such as a top-down map, however this is only a small case of what it encompasses.
Orthographic projections are a type of parallel projection, which is not shown in the diagram. |
||||
|
|


