1polyhedra(6x) XScreenSaver manual polyhedra(6x)
2
3
4
6 polyhedra - draws the 80 uniform polyhedra and their duals
7
10 polyhedra [--display host:display.screen] [--visual visual] [--window]
11 [--root] [--window-id number] [--delay number] [--speed float] [--dura‐
12 tion seconds] [--no-wander] [--spin XYZ] [--wireframe] [--no-titles]
13 [--which name] [--wireframe] [--fps]
14
16 This program renders 160 different 3D solids, and displays some infor‐
17 mation about each. A new solid is chosen every few seconds.
18
19 There are 75 uniform polyhedra, plus an inifinite number of prisms and
20 antiprisms:
21
22 * Convex Uniform Polyhedra:
23 * Platonic solids (5)
24 * Archimedean solids (13)
25 * Convex prisms and antiprisms (2 infinite families)
26 * Nonconvex Uniform Polyhedra:
27 * Kepler-Poinsot polyhedra (4)
28 * Nonconvex uniform polyhedra (53)
29 * Nonconvex prisms, antiprisms, and crossed antiprisms
30 (3 infinite families)
31
32 Representative samples of the prism sets brings the total to 80 solids.
33 Including the dual of each brings the total up to 160. (To create the
34 "dual" of a polyhedron, faces are replaced with vertices, and vertices
35 with faces.)
36
38 --visual visual
39 Specify which visual to use. Legal values are the name of a
40 visual class, or the id number (decimal or hex) of a specific
41 visual.
42
43 --window
44 Draw on a newly-created window. This is the default.
45
46 --root Draw on the root window.
47
48 --window-id number
49 Draw on the specified window.
50
51 --delay number
52 Per-frame delay, in microseconds. Default: 30000 (0.03 sec‐
53 onds.).
54
55 --speed number
56 Larger numbers mean run faster. Default: 1.0.
57
58 --duration seconds
59 How long before switching to a new polyhedron. Default 12 sec‐
60 onds.
61
62 --wander | --no-wander
63 Whether the objects should wander around the screen.
64
65 --spin [XYZ] | --no-spin
66 Which axes, if any, to spin around on.
67
68 --titles | --no-titles
69 Whether to display text describing each object.
70
71 --which object-name
72 Display only one particular object, identified by number, name,
73 or Whthoff symbol.
74
75 --wireframe | --no-wireframe
76 Render in wireframe instead of solid.
77
78 --fps Display the current frame rate, CPU load, and polygon count.
79
81 When running in a window, you can rotate the object with the mouse.
82 Also, the following keystrokes are defined:
83
84 SPC or TAB Select a new polyhedron at random.
85
86 + or > Select the next-higher-numbered polyhedron.
87
88 - or < Select the next-lower-numbered polyhedron.
89
90 ESC or ^C Quit.
91
93 DISPLAY to get the default host and display number.
94
95 XENVIRONMENT
96 to get the name of a resource file that overrides the global
97 resources stored in the RESOURCE_MANAGER property.
98
99 XSCREENSAVER_WINDOW
100 The window ID to use with --root.
101
103 X(1), xscreensaver(1)
104
106 Copyright © 1991-2002 Dr. Zvi Har'El.
107
108 Copyright © 2004 Jamie Zawinski. Permission to use, copy, modify, dis‐
109 tribute, and sell this software and its documentation for any purpose
110 is hereby granted without fee, provided that the above copyright notice
111 appear in all copies and that both that copyright notice and this per‐
112 mission notice appear in supporting documentation. No representations
113 are made about the suitability of this software for any purpose. It is
114 provided "as is" without express or implied warranty.
115
117 Based on the program kaleido ("Kaleidoscopic construction of uniform
118 polyhedra"), by Dr. Zvi Har'El <rl@math.technion.ac.il>
119 https://web.archive.org/web/20040807023850/https%3A//www.math.tech‐
120 nion.ac.il/kaleido/
121
122 Adapted for OpenGL and XScreenSaver by Jamie Zawinski, 2004.
123
124
125
126X Version 11 6.08-1.fc39 (17-Oct-2023) polyhedra(6x)