X-Git-Url: http://git.hungrycats.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;ds=sidebyside;f=hacks%2Fconfig%2Fhypercube.xml;h=e52232e2b63830e8e9c9ee66a842aacde9a2bf87;hb=3243731044b944673630b55e16674c191b026f84;hp=3bed10940c59b7b3cb6458e25475d4b1573ca026;hpb=9c9d475ff889ed8be02e8ce8c17da28b93278fca;p=xscreensaver diff --git a/hacks/config/hypercube.xml b/hacks/config/hypercube.xml index 3bed1094..e52232e2 100644 --- a/hacks/config/hypercube.xml +++ b/hacks/config/hypercube.xml @@ -1,40 +1,40 @@ - + - - - -
+ + + _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 +47,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,9 +61,10 @@ 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. -See also the "polytopes" hack for a more general version of this -using OpenGL. +http://en.wikipedia.org/wiki/Hypercube +http://en.wikipedia.org/wiki/Regular_polytope + +Written by Joe Keane, Fritz Mueller, and Jamie Zawinski; 1992.