1UNTITLED LOCAL UNTITLED
2
4 glutSolidRhombicDodecahedron — Draw a solid rhombic dodecahedron
5
7 OpenGLUT - geometry
8
10 #include <openglut.h>
11
12 void
13 glutSolidRhombicDodecahedron(void);
14
16 This function draws a solid-shaded dodecahedron whose facets are rhombic
17 and whose vertices are at unit radius. No facet lies normal to any coor‐
18 dinate axes. The polyhedron is centered at the origin.
19
21 glutWireRhombicDodecahedron(3) glutWireDodecahedron(3)
22 glutSolidDodecahedron(3)
23
24
25
26
27 Epoch