/[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.27 by jvk, Tue Oct 15 12:03:48 2002 UTC revision 1.28 by jvk, Tue Oct 15 12:24:26 2002 UTC
# Line 164  def init(): Line 164  def init():
164      ptextures["DSDT"] = map(NamedTexture, [      ptextures["DSDT"] = map(NamedTexture, [
165          { "name" : "dsdtn",          { "name" : "dsdtn",
166            "args" : [512, 512, 0, 2,            "args" : [512, 512, 0, 2,
167                      "DSDT_NV", "DSDT_NV",  # XXX signed                      "DSDT_NV", "DSDT_NV",
168                        "noise", ["type", "normal", "freq", "10", "scale", "0.2", "bias", ".5"]]
169              },
170            ])
171    
172        ptextures["DSDT_HILO"] = map(NamedTexture, [
173            { "name" : "dsdtn",
174              "args" : [512, 512, 0, 2,
175                        "SIGNED_HILO_NV", "HILO_NV",
176                      "noise", ["type", "normal", "freq", "10", "scale", "0.2", "bias", ".5"]]                      "noise", ["type", "normal", "freq", "10", "scale", "0.2", "bias", ".5"]]
177            },            },
178          ])          ])

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

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