Open main menu
Home
Random
Recent changes
Special pages
Community portal
Preferences
About Wikipedia
Disclaimers
Incubator escapee wiki
Search
User menu
Talk
Dark mode
Contributions
Create account
Log in
Editing
Isometric projection
Warning:
You are not logged in. Your IP address will be publicly visible if you make any edits. If you
log in
or
create an account
, your edits will be attributed to your username, along with other benefits.
Anti-spam check. Do
not
fill this in!
{{Short description|Method for visually representing three-dimensional objects}} {{Distinguish|Isometry}} {{For|isometric projection in video games|isometric video game graphics}} [[File:3D shapes in isometric projection.svg|thumb|Some 3D shapes using the isometric drawing method. The black dimensions are the true lengths as found in an orthographic projection. The red dimensions are used when drawing with the isometric drawing method. The same 3D shapes drawn in isometric projection would appear smaller; an isometric projection will show the object's sides foreshortened, by approximately 80%.]] {{Views}} '''Isometric projection''' is a method for visually representing three-dimensional objects in two dimensions in [[technical drawing|technical]] and [[engineering drawing]]s. It is an [[axonometric projection]] in which the three [[Cartesian coordinate system|coordinate axes]] appear equally foreshortened and the angle between any two of them is 120 degrees. == Overview == {{multiple image | align = left | image1 = Isometric camera view 35.264 degrees color.png | width1 = 100 | alt1 = | caption1 = Isometric drawing of a cube | image2 = Isometric camera location 35.264 degrees color.png | width2 = 100 | alt2 = | caption2 = Camera rotations needed to achieve this perspective | footer = }} {{comparison of graphical projections.svg|upright}} The term "isometric" comes from the [[Greek language|Greek]] for "equal measure", reflecting that the [[scale (measurement)|scale]] along each axis of the projection is the same (unlike some other forms of [[graphical projection]]). An isometric view of an object can be obtained by choosing the viewing direction such that the angles between the projections of the ''x'', ''y'', and ''z'' [[coordinate axis|axes]] are all the same, or 120°. For example, with a cube, this is done by first looking straight towards one face. Next, the cube is rotated ±45° about the vertical axis, followed by a rotation of approximately 35.264° (precisely arcsin {{frac|1|{{sqrt|3}}}} or arctan {{frac|{{sqrt|2}}}}, which is related to the [[Magic angle]]) about the horizontal axis. Note that with the cube (see image) the perimeter of the resulting 2D drawing is a perfect regular hexagon: all the black lines have equal length and all the cube's faces are the same area. Isometric [[graph paper]] can be placed under a normal piece of drawing paper to help achieve the effect without calculation. In a similar way, an ''isometric view'' can be obtained in a 3D scene. Starting with the camera aligned parallel to the floor and aligned to the coordinate axes, it is first rotated horizontally (around the vertical axis) by ±45°, then 35.264° around the horizontal axis. Another way isometric projection can be visualized is by considering a view within a cubical room starting in an upper corner and looking towards the opposite, lower corner. The ''x''-axis extends diagonally down and right, the ''y''-axis extends diagonally down and left, and the ''z''-axis is straight up. Depth is also shown by height on the image. Lines drawn along the axes are at 120° to one another. In all these cases, as with all [[axonometric projection|axonometric ]] and [[orthographic projections]], such a camera would need a [[Telecentric lens#Object-space telecentric lenses|object-space telecentric lens]], in order that projected lengths not change with distance from the camera. The term "isometric" is often mistakenly used to refer to axonometric projections, generally. There are, however, actually three types of axonometric projections: ''isometric'', ''[[Dimetric projection|dimetric]]'' and ''[[Oblique projection|oblique]]''. ==Rotation angles== From the two angles needed for an isometric projection, the value of the second may seem counterintuitive and deserves some further explanation. Let's first imagine a cube with sides of length 2, and its center at the axis origin, which means all its faces intersect the axes at a distance of 1 from the origin. We can calculate the length of the line from its center to the middle of any edge as {{sqrt|2}} using [[Pythagorean theorem|Pythagoras' theorem]] . By rotating the cube by 45° on the ''x''-axis, the point (1, 1, 1) will therefore become (1, 0, {{sqrt|2}}) as depicted in the diagram. The second rotation aims to bring the same point on the positive ''z''-axis and so needs to perform a rotation of value equal to the [[arctangent]] of {{frac|{{sqrt|2}}}} which is approximately 35.264°. ==Mathematics== There are eight different orientations to obtain an isometric view, depending into which [[octant (solid geometry)|octant]] the viewer looks. The isometric transform from a point ''a''{{sub|''x'',''y'',''z''}} in 3D space to a point ''b''{{sub|''x'',''y''}} in 2D space looking into the first octant can be written mathematically with [[rotation matrix|rotation matrices]] as: <math display="block"> \begin{bmatrix} \mathbf{c}_x \\ \mathbf{c}_y \\ \mathbf{c}_z \\ \end{bmatrix}=\begin{bmatrix} 1 & 0 & 0 \\ 0 & {\cos\alpha} & {\sin\alpha} \\ 0 & { - \sin\alpha} & {\cos\alpha} \\ \end{bmatrix}\begin{bmatrix} {\cos\beta } & 0 & { - \sin\beta } \\ 0 & 1 & 0 \\ {\sin\beta } & 0 & {\cos\beta } \\ \end{bmatrix}\begin{bmatrix} \mathbf{a}_x \\ \mathbf{a}_y \\ \mathbf{a}_z \\ \end{bmatrix}=\frac{1}{\sqrt{6}}\begin{bmatrix} \sqrt{3} & 0 & -\sqrt{3} \\ 1 & 2 & 1 \\ \sqrt{2} & -\sqrt{2} & \sqrt{2} \\ \end{bmatrix}\begin{bmatrix} \mathbf{a}_x \\ \mathbf{a}_y \\ \mathbf{a}_z \\ \end{bmatrix} </math> where ''α'' = arcsin(tan 30°) ≈ 35.264° and ''β'' = 45°. As explained above, this is a rotation around the vertical (here ''y'') axis by ''β'', followed by a rotation around the horizontal (here ''x'') axis by ''α''. This is then followed by an orthographic projection to the ''xy''-plane: <math display="block"> \begin{bmatrix} \mathbf{b}_x \\ \mathbf{b}_y \\ 0 \\ \end{bmatrix} = \begin{bmatrix} 1 & 0 & 0 \\ 0 & 1 & 0 \\ 0 & 0 & 0 \\ \end{bmatrix}\begin{bmatrix} \mathbf{c}_x \\ \mathbf{c}_y \\ \mathbf{c}_z \\ \end{bmatrix} </math> The other 7 possibilities are obtained by either rotating to the opposite sides or not, and then inverting the view direction or not.<ref>{{cite journal |author1=Ingrid Carlbom |author2=Joseph Paciorek |author3=Dan Lim |title=Planar Geometric Projections and Viewing Transformations |journal=[[ACM Computing Surveys]] |volume=10|issue=4 |pages=465–502 |date=December 1978 |doi=10.1145/356744.356750 |citeseerx=10.1.1.532.4774 |s2cid=708008 }}</ref> == History and limitations == {{main|Axonometric projection|Impossible object}} {{multiple image | width = 150 | image1 = Optical-grinding engine model.jpg | caption1 = Optical-grinding engine model (1822), drawn in 30° isometric.<ref>William Farish (1822) "On Isometrical Perspective". In: ''Cambridge Philosophical Transactions''. 1 (1822).</ref> | image2 = Sanguo2.PNG | caption2 = Example of axonometric art in an illustrated edition of the ''[[Romance of the Three Kingdoms]]'', China, c. 15th century. }} First formalized by Professor [[William Farish (professor)|William Farish]] (1759–1837), the concept of [[isometry]] had existed in a rough empirical form for centuries.<ref>Barclay G. Jones (1986). ''Protecting historic architecture and museum collections from natural disasters''. University of Michigan. {{ISBN|0-409-90035-4}}. p.243.</ref><ref>Charles Edmund Moorhouse (1974). ''Visual messages: graphic communication for senior students''.</ref> From the middle of the 19th century, isometry became an "invaluable tool for engineers, and soon thereafter axonometry and isometry were incorporated in the curriculum of architectural training courses in Europe and the U.S."<ref name="Kri96">J. Krikke (1996). "[http://www.iias.nl/iiasn/iiasn9/eastasia/krikke.html A Chinese perspective for cyberspace?] {{Webarchive| url=https://web.archive.org/web/20160205084728/http://www.iias.nl/iiasn/iiasn9/eastasia/krikke.html |date=2016-02-05 }}". In: ''International Institute for Asian Studies Newsletter'', 9, Summer 1996.</ref> According to Jan Krikke (2000)<ref name="Kri00">Jan Krikke (2000). "Axonometry: a matter of perspective". In: ''Computer Graphics and Applications, IEEE'' Jul/Aug 2000. Vol 20 (4), pp. 7–11.</ref> however, "axonometry originated in China. Its function in Chinese art was similar to [[linear perspective]] in European art. Axonometry, and the pictorial grammar that goes with it, has taken on a new significance with the advent of visual computing".<ref name="Kri00"/> {{multiple image | width = 150 | image1 = IsometricFlaw 2.svg | caption1 = An example of the limitations of isometric projection. The height difference between the red and blue balls cannot be determined locally. | image2 = Impossible staircase.svg | caption2 = The [[Penrose stairs]] depicts a staircase which seems to ascend (anticlockwise) or descend (clockwise) yet forms a continuous loop. }} As with all types of [[parallel projection]], objects drawn with isometric projection do not appear larger or smaller as they extend closer to or away from the viewer. While advantageous for [[architectural drawing]]s where measurements need to be taken directly, the result is a perceived distortion, as unlike [[perspective projection]], it is not how [[human vision]] or photography normally work. It also can easily result in situations where depth and altitude are difficult to gauge, as is shown in the illustration to the right or above. This can appear to create paradoxical or [[Impossible object|impossible shapes]], such as the [[Penrose stairs]]. ==Usage in video games and pixel art== {{main|Isometric video game graphics}} Isometric video game graphics are graphics employed in [[video games]] and [[pixel art]] that utilize a [[parallel projection]], but which angle the [[viewpoint (disambiguation)|viewpoint]] to reveal facets of the environment that would otherwise not be visible from a [[top-down perspective]] or [[Side-scrolling video game|side view]], thereby producing a [[Three-dimensional space|three-dimensional effect]]. Despite the name, isometric computer graphics are not necessarily truly isometric—i.e., the {{mvar|x}}, {{mvar|y}}, and {{mvar|z}} axes are not necessarily oriented 120° to each other. Instead, a variety of angles are used, with [[dimetric projection]] and a 2:1 pixel ratio being the most common. The terms "{{3/4}} perspective", "{{3/4}} view", "[[2.5D]]", and "pseudo 3D" are also sometimes used, although these terms can bear slightly different meanings in other contexts. Once common, isometric projection became less so with the advent of more powerful [[3D computer graphics|3D graphics]] systems, and as video games began to focus more on action and individual characters.<ref name="usgamer"/> However, video games utilizing isometric projection—especially [[computer role-playing game]]s—have seen a resurgence in recent years within the [[Indie game|indie gaming]] scene.<ref name="usgamer">{{cite web | url = http://www.usgamer.net/articles/twisted-perspective-the-continued-relevance-of-isometric-games | title = Retronauts: The Continued Relevance of Isometric Games | last = Signor | first = Jeremy | date = 2014-12-19 | website = usgamer.net | publisher = Gamer Network | access-date = 2017-04-01 |archive-url=https://web.archive.org/web/20220925021110/https://www.usgamer.net/articles/twisted-perspective-the-continued-relevance-of-isometric-games |archive-date=2022-09-25}} </ref><ref name="bestlooking"> {{cite web | url = http://kotaku.com/5991061/the-best-looking-isometric-games | title = The Best-Looking Isometric Games | last = Vas | first = Gergo | date = 2013-03-18 | website = kotaku.com | publisher = Gizmodo Media Group | access-date = 2017-04-01 |archive-url=https://web.archive.org/web/20211010210202/https://kotaku.com/the-best-looking-isometric-games-5991061 |archive-date=2021-10-10 }} </ref> ==See also== *[[Graphical projection]] == References == {{Reflist}} ==External links== {{Commons category|Isometric projection}} * [http://www.gandraxa.com/isometric_projection.xml Isometric Projection] {{visualization}} [[Category:Graphical projections]] [[de:Perspektive#Isometrische Axonometrie, nach DIN 5]] [[it:Assonometria#Assonometria isometrica]]
Edit summary
(Briefly describe your changes)
By publishing changes, you agree to the
Terms of Use
, and you irrevocably agree to release your contribution under the
CC BY-SA 4.0 License
and the
GFDL
. You agree that a hyperlink or URL is sufficient attribution under the Creative Commons license.
Cancel
Editing help
(opens in new window)
Pages transcluded onto the current version of this page
(
help
)
:
Template:3/4
(
edit
)
Template:Cite journal
(
edit
)
Template:Cite web
(
edit
)
Template:Commons category
(
edit
)
Template:Comparison of graphical projections.svg
(
edit
)
Template:Distinguish
(
edit
)
Template:For
(
edit
)
Template:Frac
(
edit
)
Template:ISBN
(
edit
)
Template:Main
(
edit
)
Template:Multiple image
(
edit
)
Template:Mvar
(
edit
)
Template:Reflist
(
edit
)
Template:Short description
(
edit
)
Template:Sister project
(
edit
)
Template:Sqrt
(
edit
)
Template:Sub
(
edit
)
Template:Views
(
edit
)
Template:Visualization
(
edit
)
Template:Webarchive
(
edit
)