1sierpinski3d(6x) XScreenSaver manual sierpinski3d(6x)
2
3
4
6 sierpinski3d - 3D Sierpinski triangle fractal.
7
9 sierpinski3d [--display host:display.screen] [--visual visual] [--win‐
10 dow] [--root] [--window-id number] [--delay number] [--speed number]
11 [--depth number] [--wireframe] [--fps]
12
14 This draws the three-dimensional variant of the recursive Sierpinski
15 triangle fractal, using GL.
16
18 --visual visual
19 Specify which visual to use. Legal values are the name of a
20 visual class, or the id number (decimal or hex) of a specific
21 visual.
22
23 --window
24 Draw on a newly-created window. This is the default.
25
26 --root Draw on the root window.
27
28 --window-id number
29 Draw on the specified window.
30
31 --delay number
32 Per-frame delay, in microseconds. Default: 20000 (0.02 sec‐
33 onds.).
34
35 --speed number
36 Number of frames before changing shape. Default: 150.
37
38 --depth number
39 Max depth to descend. Default: 5. You probably don't have
40 enough memory for 6.
41
42 --wireframe
43 Render in wireframe instead of solid.
44
45 --fps Display the current frame rate, CPU load, and polygon count.
46
48 DISPLAY to get the default host and display number.
49
50 XENVIRONMENT
51 to get the name of a resource file that overrides the global
52 resources stored in the RESOURCE_MANAGER property.
53
54 XSCREENSAVER_WINDOW
55 The window ID to use with --root.
56
58 X(1), xscreensaver(1)
59
61 Copyright © 2002 by Tim Robinson and Jamie Zawinski. Permission to
62 use, copy, modify, distribute, and sell this software and its documen‐
63 tation for any purpose is hereby granted without fee, provided that the
64 above copyright notice appear in all copies and that both that copy‐
65 right notice and this permission notice appear in supporting documenta‐
66 tion. No representations are made about the suitability of this soft‐
67 ware for any purpose. It is provided "as is" without express or im‐
68 plied warranty.
69
71 Tim Robinson and Jamie Zawinski.
72
73
74
75X Version 11 6.06-1.fc37 (12-Dec-2022) sierpinski3d(6x)