1sierpinski3d(6x) XScreenSaver manual sierpinski3d(6x)
2
3
4
6 sierpinski3d - 3D Sierpinski triangle fractal.
7
9 sierpinski3d [-display host:display.screen] [-visual visual] [-window]
10 [-root] [-delay number] [-speed number] [-depth number] [-wireframe]
11 [-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 Draw on a newly-created window. This is the default.
24
25 -root Draw on the root window.
26
27 -delay number
28 Per-frame delay, in microseconds. Default: 20000 (0.02 sec‐
29 onds.).
30
31 -speed number
32 Number of frames before changing shape. Default: 150.
33
34 -depth number
35 Max depth to descend. Default: 5. You probably don't have
36 enough memory for 6.
37
38 -wireframe
39 Render in wireframe instead of solid.
40
41 -fps Display the current frame rate, CPU load, and polygon count.
42
44 DISPLAY to get the default host and display number.
45
46 XENVIRONMENT
47 to get the name of a resource file that overrides the global
48 resources stored in the RESOURCE_MANAGER property.
49
51 X(1), xscreensaver(1)
52
54 Copyright © 2002 by Tim Robinson and Jamie Zawinski. Permission to
55 use, copy, modify, distribute, and sell this software and its documen‐
56 tation for any purpose is hereby granted without fee, provided that the
57 above copyright notice appear in all copies and that both that copy‐
58 right notice and this permission notice appear in supporting documenta‐
59 tion. No representations are made about the suitability of this soft‐
60 ware for any purpose. It is provided "as is" without express or
61 implied warranty.
62
64 Tim Robinson and Jamie Zawinski.
65
66
67
68X Version 11 5.42-1.fc30.2 (03-Feb-2019) sierpinski3d(6x)