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 | -no-fps
42 Whether to show a frames-per-second display at the bottom of
43 the screen.
44
46 DISPLAY to get the default host and display number.
47
48 XENVIRONMENT
49 to get the name of a resource file that overrides the global
50 resources stored in the RESOURCE_MANAGER property.
51
53 X(1), xscreensaver(1)
54
56 Copyright © 2002 by Tim Robinson and Jamie Zawinski. Permission to
57 use, copy, modify, distribute, and sell this software and its documen‐
58 tation for any purpose is hereby granted without fee, provided that the
59 above copyright notice appear in all copies and that both that copy‐
60 right notice and this permission notice appear in supporting documenta‐
61 tion. No representations are made about the suitability of this soft‐
62 ware for any purpose. It is provided "as is" without express or
63 implied warranty.
64
66 Tim Robinson and Jamie Zawinski.
67
68
69
70X Version 11 5.05-3 (06-Apr-2008) sierpinski3d(6x)