/[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.28 by jvk, Tue Oct 15 12:24:26 2002 UTC revision 1.29 by jvk, Tue Oct 15 13:52:04 2002 UTC
# Line 156  def init(): Line 156  def init():
156                      "SIGNED_HILO_NV", "HILO_NV",  # XXX signed                      "SIGNED_HILO_NV", "HILO_NV",  # XXX signed
157                      "waves", ["abs", "1", "freq0", "2", "freq1", "3"]],                      "waves", ["abs", "1", "freq0", "2", "freq1", "3"]],
158            },            },
                 #("dotprodrd", [128, 128, 0, 2,  
                 #              "SIGNED_HILO_NV", "HILO_NV",  # XXX signed  
                 #              "rd1", ["iter", "3000", "F", ".04", "k", ".06"]]),  
159          ])          ])
160    
161      ptextures["DSDT"] = map(NamedTexture, [      ptextures["DSDT"] = map(NamedTexture, [
162          { "name" : "dsdtn",          { "name" : "dsdtw1",
163            "args" : [512, 512, 0, 2,            "args" : [512, 512, 0, 2, "DSDT_NV", "DSDT_NV", "fnoise",
164                      "DSDT_NV", "DSDT_NV",                      ["scale", ".43", "freq", "1", "df", ".3", "bias", "0.5",
165                      "noise", ["type", "normal", "freq", "10", "scale", "0.2", "bias", ".5"]]                       "seed", "2323" ]],
166            },            },
167          ])          ])
168    
169      ptextures["DSDT_HILO"] = map(NamedTexture, [      ptextures["DSDT_HILO"] = map(NamedTexture, [
170          { "name" : "dsdtn",          { "name" : "dsdtw1",
171            "args" : [512, 512, 0, 2,            "args" : [512, 512, 0, 2, "SIGNED_HILO_NV", "HILO_NV", "fnoise",
172                      "SIGNED_HILO_NV", "HILO_NV",                      ["scale", ".43", "freq", "1", "df", ".3", "bias", "0.5",
173                      "noise", ["type", "normal", "freq", "10", "scale", "0.2", "bias", ".5"]]                       "seed", "2323" ]],
174            },            }
175          ])          ])
176    
177      ptextures["FOOBAR"] = [ ptextures["RGB2"][-1] ]      ptextures["FOOBAR"] = [ ptextures["RGB2"][-1] ]

Legend:
Removed from v.1.28  
changed lines
  Added in v.1.29

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