gzz-commits
[Top][All Lists]
Advanced

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

[Gzz-commits] libvob/vob/paper papermill.py


From: Tuomas J. Lukka
Subject: [Gzz-commits] libvob/vob/paper papermill.py
Date: Wed, 25 Jun 2003 07:23:32 -0400

CVSROOT:        /cvsroot/libvob
Module name:    libvob
Branch:         
Changes by:     Tuomas J. Lukka <address@hidden>        03/06/25 07:23:32

Modified files:
        vob/paper      : papermill.py 

Log message:
        scale by 200

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/libvob/libvob/vob/paper/papermill.py.diff?tr1=1.6&tr2=1.7&r1=text&r2=text

Patches:
Index: libvob/vob/paper/papermill.py
diff -u libvob/vob/paper/papermill.py:1.6 libvob/vob/paper/papermill.py:1.7
--- libvob/vob/paper/papermill.py:1.6   Fri Jun  6 16:04:23 2003
+++ libvob/vob/paper/papermill.py       Wed Jun 25 07:23:32 2003
@@ -41,7 +41,7 @@
 from org.nongnu.libvob.gl import PaperOptions
 paperopt = PaperOptions.instance();
 
-dbg=0
+dbg=1
 # Discriminate between different renderers.
 # These are for debug output only.
 if dbg:
@@ -127,7 +127,7 @@
         colors = Colors(rng.nextInt(), colors = numcolors, minlum = minlum,
                         blend = blend)
         textures = Textures(rng.nextInt())
-        rootrep = TexGenXYRepeatUnit(rng, scale = 0.3 * scaleFactor, vecs = 
vecs)
+        rootrep = TexGenXYRepeatUnit(rng, scale = 60 * scaleFactor, vecs = 
vecs)
         passes = [ { "trans" : 0, "emboss" : 0 },
                    { "trans" : .5, "emboss" : 0 },
                    { "trans" : .9375, "emboss" : 0 },
@@ -249,6 +249,8 @@
             PopAttrib
             ActiveTexture TEXTURE0
         """)
+
+       print "Ret: ",npap.toString(), npap.getPass(0).getNTexGens()
 
        return npap
 




reply via email to

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