gzz-commits
[Top][All Lists]
Advanced

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

[Gzz-commits] gzz Documentation/newbie-dev-faq gfx/demo/buoyo...


From: Matti Katila
Subject: [Gzz-commits] gzz Documentation/newbie-dev-faq gfx/demo/buoyo...
Date: Fri, 14 Feb 2003 12:43:39 -0500

CVSROOT:        /cvsroot/gzz
Module name:    gzz
Changes by:     Matti Katila <address@hidden>   03/02/14 12:43:34

Modified files:
        Documentation  : newbie-dev-faq 
        gfx/demo       : buoyoing.py 

Log message:
        mstmps in io:~majukati ;)

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/gzz/gzz/Documentation/newbie-dev-faq.diff?tr1=1.7&tr2=1.8&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/gzz/gzz/gfx/demo/buoyoing.py.diff?tr1=1.23&tr2=1.24&r1=text&r2=text

Patches:
Index: gzz/Documentation/newbie-dev-faq
diff -u gzz/Documentation/newbie-dev-faq:1.7 
gzz/Documentation/newbie-dev-faq:1.8
--- gzz/Documentation/newbie-dev-faq:1.7        Mon Jan 13 01:59:13 2003
+++ gzz/Documentation/newbie-dev-faq    Fri Feb 14 12:43:34 2003
@@ -77,3 +77,14 @@
    Trilinear sums 8 texels and counts weighted average factor from two mipmap 
levels.
    Bilinear is same with 4 texels from one mipmap level.
    Of course trilinear looks much better - it doesn't jump around.
+
+
+How to use mediaserver, mstmpimg and texpacker for mipzips?
+-----------------------------------------------------------
+ 
+0 ) cd gzz dir =)
+1 ) CLASSPATH=./CLASSES java gzz.mediaserver.AddToMediaserver -c ../Z-private 
guess ../pdfs/<article>
+2 ) make sync-private
+3 ) perl genimages.pl
+4 ) get someone with fast cpu (and harddisk io) to generate the mipzips with 
following script:
+5 ) make runjython DBG="gfx/util/texpacker.py  ../mstmpimg/*-170-*[0-9]" 
Index: gzz/gfx/demo/buoyoing.py
diff -u gzz/gfx/demo/buoyoing.py:1.23 gzz/gfx/demo/buoyoing.py:1.24
--- gzz/gfx/demo/buoyoing.py:1.23       Fri Feb 14 12:29:14 2003
+++ gzz/gfx/demo/buoyoing.py    Fri Feb 14 12:43:34 2003
@@ -82,7 +82,8 @@
     pagescrolls = (
     gzz.media.impl.PageImageScroll(None, gzz.mediaserver.Mediaserver.Id(
     
#"0000000008000000E9573F43E00004CB42D4BEFEBAA27C20403F7D57693141B9E4D9A46329AC9C")),
-    "01E1682758ABF63E7833692653A5DE46EA53A6F8AA")),
+    "01A3F5119A280DE2AA5F58B1A9FF1B23F26022B4E0")),
+    #"01E1682758ABF63E7833692653A5DE46EA53A6F8AA")),
     gzz.media.impl.PageImageScroll(None, gzz.mediaserver.Mediaserver.Id(
     
#"0000000008000000E9573F40460004592C0AC2038D1250E0ED08F865D8C9148654B87A7AA82CC6")),
     "010DA2A88F8C71B76061AA8F1418C0CC77C3C3200D")),




reply via email to

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