X-Git-Url: http://git.hungrycats.org/cgi-bin/gitweb.cgi?p=xscreensaver;a=blobdiff_plain;f=hacks%2Fconfig%2Fhypercube.xml;h=41cd0ca9732d1855426f4e2e04a2d001b6a57136;hp=c9c19de1b15ddf9f368777af687a2d4fa9c66a05;hb=019de959b265701cd0c3fccbb61f2b69f06bf9ee;hpb=8eb2873d7054e705c4e83f22d18c40946a9e2529 diff --git a/hacks/config/hypercube.xml b/hacks/config/hypercube.xml index c9c19de1..41cd0ca9 100644 --- a/hacks/config/hypercube.xml +++ b/hacks/config/hypercube.xml @@ -1,40 +1,44 @@ - + - +
+ + - + + + + -
+ _label="XW rotation" _low-label="Slow" _high-label="Fast" + low="0" high="20" default="0"/> + _label="XY rotation" _low-label="Slow" _high-label="Fast" + low="0" high="20" default="3"/> + _label="XZ rotation" _low-label="Slow" _high-label="Fast" + low="0" high="20" default="5"/> + _label="YW rotation" _low-label="Slow" _high-label="Fast" + low="0" high="20" default="10"/> + _label="YZ rotation" _low-label="Slow" _high-label="Fast" + low="0" high="20" default="0"/> + _label="ZW rotation" _low-label="Slow" _high-label="Fast" + low="0" high="20" default="0"/>
@@ -47,7 +51,13 @@ + + <_description> +This screen saver was removed from the XScreenSaver distribution as of +version 5.10. It has been replaced by the more general "Polytopes" +screen saver, which can display this object as well as others. + This displays 2D projections of the sequence of 3D objects which are the projections of the 4D analog to the cube: as a square is composed of four lines, each touching two others; and a cube is composed of @@ -55,6 +65,11 @@ six squares, each touching four others; a hypercube is composed of eight cubes, each touching six others. To make it easier to visualize the rotation, it uses a different color for the edges of each face. Don't think about it too long, or your brain will melt. -Written by Joe Keane, Fritz Mueller, and Jamie Zawinski. + +http://en.wikipedia.org/wiki/Hypercube +http://en.wikipedia.org/wiki/Tesseract +http://en.wikipedia.org/wiki/Regular_polytope + +Written by Joe Keane, Fritz Mueller, and Jamie Zawinski; 1992.