Node:Dodecahedron Getstart, Next:, Previous:Tetrahedron Getstart, Up:Polyhedron Getstart



Dodecahedron

A dodecahedron has 12 similar regular pentagonal faces. The following examples show the same Dodecahedron using different projections:

     default_focus.set(2, 5, -10, 2, 5, 10, 10);
     Dodecahedron d(origin, 3);
     d.draw();
     


[Figure 40. Not displayed.]

Fig. 40.


[Figure 41. Not displayed.]

Fig. 41.

Please note that the Dodecahedron in [next figure] is drawn, and not filldrawn!


[Figure 42. Not displayed.]

Fig. 42.


[Figure 43. Not displayed.]

Fig. 43.

In [next figure] , d is filldrawn. In this case, the surface hiding algorithm has worked properly. See Surface Hiding.


[Figure 44. Not displayed.]

Fig. 44.