/[gzz]/gzz/gfx/libpaper/textures.py
ViewVC logotype

Diff of /gzz/gfx/libpaper/textures.py

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

revision 1.8 by tjl, Mon Sep 23 08:37:04 2002 UTC revision 1.9 by jvk, Mon Sep 30 14:04:26 2002 UTC
# Line 37  mt(i) for i in [ Line 37  mt(i) for i in [
37  #         "noise", ["type", "turbulence", "freq", "40", "scale", "-3", "bias", "2"]]),  #         "noise", ["type", "turbulence", "freq", "40", "scale", "-3", "bias", "2"]]),
38  #    ("rgbw", [tres, tres, 0, 3, "RGB", "RGB",  #    ("rgbw", [tres, tres, 0, 3, "RGB", "RGB",
39  #         "fnoise", ["scale", "2","bias",".5"]]),  #         "fnoise", ["scale", "2","bias",".5"]]),
40    
41      ("rgbw2", [tres, tres, 0, 3, "RGB", "RGB",      ("rgbw2", [tres, tres, 0, 3, "RGB", "RGB",
42            "fnoise", ["scale", "2", "freq", "1", "df", "2", "bias", "0.5"]]),            "fnoise", ["scale", ".5", "freq", "1", "df", "2", "bias", "0.5"]]),
43    
44        ("pyramid", [64, 64, 0, 3, "RGB", "RGB", "geometric", ["type", "0"]]),
45        ("checkerboard", [64, 64, 0, 3, "RGB", "RGB", "geometric", ["type", "1"]]),
46        ("cone", [64, 64, 0, 3, "RGB", "RGB", "geometric", ["type", "2"]]),
47        ("checkerboard2", [64, 64, 0, 3, "RGB", "RGB", "geometric", ["type", "3"]]),
48  ]]  ]]
49    
50  def getPaperTexture(type, gen):  def getPaperTexture(type, gen):

Legend:
Removed from v.1.8  
changed lines
  Added in v.1.9

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