/[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.22 by jvk, Wed Oct 9 14:48:20 2002 UTC revision 1.23 by jvk, Thu Oct 10 13:36:45 2002 UTC
# Line 79  def init(): Line 79  def init():
79      global ptextures      global ptextures
80      ptextures["RGB2"] = map(NamedTexture, filter(lambda dict: dict["name"] in [      ptextures["RGB2"] = map(NamedTexture, filter(lambda dict: dict["name"] in [
81          "rgbw1",          "rgbw1",
82          "rgbw2",          #"rgbw2",
83          "rgbw3",          "rgbw3",
84          "turb",          "turb",
85          "pyramid",          "pyramid",
# Line 92  def init(): Line 92  def init():
92          ], [          ], [
93          {"name" : "rgbw1",          {"name" : "rgbw1",
94           "args" : [tres, tres, 0, 3, "RGB", "RGB", "fnoise",           "args" : [tres, tres, 0, 3, "RGB", "RGB", "fnoise",
95                     ["scale", ".43", "freq", ".75", "df", "1", "bias", "0.5", "seed", "2323" ]],                     ["scale", ".43", "freq", "1", "df", ".3", "bias", "0.5", "seed", "2323" ]],
96           "scale" : 1./2,           "scale" : 1./2,
97           },           },
98                    
# Line 105  def init(): Line 105  def init():
105    
106          {"name" : "rgbw3",          {"name" : "rgbw3",
107           "args" : [tres, tres, 0, 3, "RGB", "RGB", "fnoise",           "args" : [tres, tres, 0, 3, "RGB", "RGB", "fnoise",
108                     ["scale", ".43", "freq", "1", "df", "5", "bias", "0.5",                     ["scale", ".3", "freq", "1", "df", "1.9", "bias", "0.5",
109                      "seed", "141", "aniso", "2"]],                      "seed", "361", "aniso", "2"]],
110           "scale" : 1./2,           "scale" : 1./2,
111           },           },
112    

Legend:
Removed from v.1.22  
changed lines
  Added in v.1.23

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