X-Git-Url: http://git.hungrycats.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=hacks%2Fconfig%2Fhyperball.xml;h=b8ecd2c79323a20f8e8099a00c5afa95984b0849;hb=c1b9b55ad8d59dc05ef55e316aebf5863e7dfa56;hp=2b393b2c6292aa07796da5510014c06154c19580;hpb=9c9d475ff889ed8be02e8ce8c17da28b93278fca;p=xscreensaver diff --git a/hacks/config/hyperball.xml b/hacks/config/hyperball.xml index 2b393b2c..b8ecd2c7 100644 --- a/hacks/config/hyperball.xml +++ b/hacks/config/hyperball.xml @@ -1,50 +1,58 @@ - + +
+ _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"/>
+ + <_description> Hyperball is to hypercube as dodecahedron is to cube: this displays a 2D projection of the sequence of 3D objects which are the projections -of the 4D analog to the dodecahedron. Technically, it is a "120 cell -polytope." Written by Joe Keane. +of the 4D analog to the dodecahedron. Technically, it is a "120 cell +polytope". + +See also "polytopes" for a more general version of this using OpenGL. + +http://en.wikipedia.org/wiki/Hypercube +http://en.wikipedia.org/wiki/Regular_polytope -See also the "polytopes" hack for a more general version of this -using OpenGL. +Written by Joe Keane; 2000.