Updated GeometricPrimitive (markdown)

Chuck Walbourn 2021-06-25 13:27:41 -07:00
Родитель 5536775893
Коммит 1c2808bfe4
1 изменённых файлов: 4 добавлений и 1 удалений

@ -299,4 +299,7 @@ GeometricPrimitive makes use of the following states:
The GeometricPrimitive class assumes you've already set the Render Target view, Depth Stencil view, and Viewport.
# Remark
Tetrahedron, Cube/Hexahedron, Octahedron, Dodecahedron, and Icosahedron comprise the five [Platonic solids](https://en.wikipedia.org/wiki/Platonic_solid). The _Utah Teapot_ is sometimes referred to as the "Sixth Platonic solid" due to its prevalence in rendering sample images.
Tetrahedron, Cube/Hexahedron, Octahedron, Dodecahedron, and Icosahedron comprise the five [Platonic solids](https://en.wikipedia.org/wiki/Platonic_solid).
The *Utah Teapot* (also known as the *Newell Teapot*) is sometimes referred to as the "Sixth Platonic solid" due to its prevalence in rendering sample images. It was created in 1975 by Martin Newell at the University of Utah. It's become the "Hello, world" of 3D models hence why it's included as a basic geometric primitive shape in *DirectX Tool Kit*.