/[gzz]/gzz/gfx/demo/texlab.py
ViewVC logotype

Diff of /gzz/gfx/demo/texlab.py

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.5 by jvk, Tue Oct 8 16:09:54 2002 UTC revision 1.6 by jvk, Wed Oct 9 14:07:27 2002 UTC
# Line 11  import math Line 11  import math
11    
12  tres = 128  tres = 128
13  args = [  args = [
14           [tres, tres, 0, 4, "RGBA", "RGBA", "fnoise",      #[tres, tres, 0, 4, "RGBA", "RGBA", "fnoise",
15                     ["scale", "2.5", "freq", "1", "df", "2", "bias", "0.5"]],      #               ["scale", "2.5", "freq", "1", "df", "2", "bias", "0.5"]],
16           [tres, tres, 0, 4, "RGBA", "RGBA", "fnoise",      [tres, tres, 0, 4, "RGBA", "RGBA", "fnoise",
17                     ["scale", ".43", "freq", "1", "df", "2", "bias", "0.5",       ["scale", ".43", "freq", "1", "df", "2", "bias", "0.5",
18                      "seed", "1412"]],        "seed", "1412"]],
19           [tres, tres, 0, 4, "RGBA", "RGBA", "fnoise",      [tres, tres, 0, 4, "RGBA", "RGBA", "fnoise",
20                     ["turb", "1", "scale", ".3", "freq", "1",       ["scale", ".43", "freq", "1", "df", "2", "bias", "0.5",
21                      "freq2", "100", "df", "2", "bias", "0"]],        "seed", "141265"]],
22           [64, 64, 0, 4, "RGBA", "RGBA", "geometric", ["type", "0"]],      [tres, tres, 0, 4, "RGBA", "RGBA", "fnoise",
23           [64, 64, 0, 4, "RGBA", "RGBA", "geometric", ["type", "1"]],       ["turb", "1", "scale", ".3", "freq", "1",
24           [64, 64, 0, 4, "RGBA", "RGBA", "geometric", ["type", "2"]],        "freq2", "100", "df", "2", "bias", "0"]],
25           [64, 64, 0, 4, "RGBA", "RGBA", "geometric", ["type", "3"]],      [64, 64, 0, 4, "RGBA", "RGBA", "geometric", ["type", "0"]],
26           [64, 64, 0, 4, "RGBA", "RGBA", "geometric", ["type", "4"]],      [64, 64, 0, 4, "RGBA", "RGBA", "geometric", ["type", "1"]],
27           [64, 64, 0, 4, "RGBA", "RGBA", "geometric", ["type", "5"]],      [64, 64, 0, 4, "RGBA", "RGBA", "geometric", ["type", "2"]],
28           ]      [2, 2, 0, 4, "RGBA", "RGBA", "geometric", ["type", "3"]],
29        [64, 64, 0, 4, "RGBA", "RGBA", "geometric", ["type", "4"]],
30        [64, 64, 0, 4, "RGBA", "RGBA", "geometric", ["type", "5"]],
31        [2, 2, 0, 4, "RGBA", "RGBA", "geometric", ["type", "6"]],
32        ]
33    
34  from gfx.libpaper.textures import getCachedTexture  from gfx.libpaper.textures import getCachedTexture
35    

Legend:
Removed from v.1.5  
changed lines
  Added in v.1.6

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26