gzz-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gzz-commits] gzz/gfx/libutil effects.py


From: Tuomas J. Lukka
Subject: [Gzz-commits] gzz/gfx/libutil effects.py
Date: Thu, 12 Dec 2002 13:41:00 -0500

CVSROOT:        /cvsroot/gzz
Module name:    gzz
Changes by:     Tuomas J. Lukka <address@hidden>        02/12/12 13:41:00

Modified files:
        gfx/libutil    : effects.py 

Log message:
        Dice less; curiously, *this* is the bottleneck in xupdf\!

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/gzz/gzz/gfx/libutil/effects.py.diff?tr1=1.25&tr2=1.26&r1=text&r2=text

Patches:
Index: gzz/gfx/libutil/effects.py
diff -u gzz/gfx/libutil/effects.py:1.25 gzz/gfx/libutil/effects.py:1.26
--- gzz/gfx/libutil/effects.py:1.25     Wed Dec 11 07:20:06 2002
+++ gzz/gfx/libutil/effects.py  Thu Dec 12 13:41:00 2002
@@ -8,7 +8,8 @@
 from gfx.libpaper.texcache import getCachedTexture
 
 class IrreguFrame(IrregularFrame):
-    dicefactor = 0.8
+    dicefactor = .5
+    # dicefactor = 0.1
 
     tex = GL.createTexture()
     tex.shade(128, 128, 0, 1, "INTENSITY", "LUMINANCE",



reply via email to

[Prev in Thread] Current Thread [Next in Thread]