X-Git-Url: http://git.hungrycats.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=hacks%2Ft3d.man;h=0db943b8c7d58049e0138e23cdbb5b8733e63f17;hb=c1b9b55ad8d59dc05ef55e316aebf5863e7dfa56;hp=c7755a0f49ad8ded4ad5f1b137718eaaa69ef2b4;hpb=f54438ea00f152166e68073e98000fd3a00f65cd;p=xscreensaver diff --git a/hacks/t3d.man b/hacks/t3d.man index c7755a0f..0db943b8 100644 --- a/hacks/t3d.man +++ b/hacks/t3d.man @@ -25,17 +25,13 @@ to rotate to the left and the to rotate the view to the right. Use the .B middle mouse button to change the optical axis and the moving direction. +.B 0 +(zero) will stop you. .B Q -will stop you. +quits. .PP .SH OPTIONS .TP -.BI "-display " "host:dpy" -Specifys the display in the usual way. -.TP -.BI "-geometry " "WxH+X+Y" -Sets the size and location of the t3d window. -.TP .BI "-move " "factor" Modifies the direction move of t3d. The clock looks 30 degrees* .I factor @@ -46,27 +42,20 @@ Modifies the wobbling (sounds nice :-) of t3d by multiplying the default deformation of the clock with .I factor. .TP -.BI "-nice " "factor" -Renices t3d by -.I factor -because t3d uses your process time. The default renice factor is 20, so -you can't do anything wrong with not renicing t3d. If you want more speed, -you should set nice to a smaller value. -.TP .B -minutes Shows one small ball for every minute, instead of one for every 2.5 minutes. .TP .BI "-mag " "factor" -Changes the magnification of t3d. By default, t3d uses a 200x200 window. A -.I factor -of 2 means, it will use a 400x400 window. +Changes the magnification of t3d. By default, t3d draws a 200x200 image. +A .I factor +of 2 means, it will use a 400x400 image. .TP .BI "-cycle " "period" Sets the moving cycle to .I period seconds. By default, this value is 10 seconds. .TP -.BI "-wait " "microsec" +.BI "-delay " "microsec" Inserts a wait after drawing one view of the clock. By default, t3d waits 40 ms after each drawing. This helps you to keep the performance loss small. @@ -100,7 +89,9 @@ Rotates the hue axis every 10 seconds* .TP .B -help Prints a short usage message. - +.TP 8 +.B \-fps +Display the current frame rate and CPU load. .PP .SH AUTHOR .PP @@ -129,7 +120,7 @@ relation from T3D to Cray's T3D, even the balls surrounding T3D on some posters weren't an inspiration for T3D. I don't know anything about the other way round. -The programming style of T3D isn't intented as example of good style, +The programming style of T3D isn't intended as example of good style, but as example of how a fast prototyped demo may look like. T3D wasn't created to be useful, it was created to be nice.