gzz-commits
[Top][All Lists]
Advanced

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

[Gzz-commits] gzz ./TODO gfx/demo/xupdf.py gzz/view/xubuoy.py


From: Tuomas J. Lukka
Subject: [Gzz-commits] gzz ./TODO gfx/demo/xupdf.py gzz/view/xubuoy.py
Date: Thu, 03 Oct 2002 14:31:32 -0400

CVSROOT:        /cvsroot/gzz
Module name:    gzz
Changes by:     Tuomas J. Lukka <address@hidden>        02/10/03 14:31:32

Modified files:
        .              : TODO 
        gfx/demo       : xupdf.py 
        gzz/view       : xubuoy.py 

Log message:
        Translucency

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/gzz/gzz/TODO.diff?tr1=1.234&tr2=1.235&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/gzz/gzz/gfx/demo/xupdf.py.diff?tr1=1.51&tr2=1.52&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/gzz/gzz/gzz/view/xubuoy.py.diff?tr1=1.18&tr2=1.19&r1=text&r2=text

Patches:
Index: gzz/TODO
diff -c gzz/TODO:1.234 gzz/TODO:1.235
*** gzz/TODO:1.234      Thu Oct  3 14:25:43 2002
--- gzz/TODO    Thu Oct  3 14:31:32 2002
***************
*** 69,76 ****
                - paperquad texture binding LOD?
                    - only when certain that texture memory
                      bandwidth is the problem.
!             + use translucent instead of XORing rectangle for
!               showing selection [ should be easy ]
            + clean up the xupdf.py file
            + better distortion function
        + script the demo, determine in detail all features
--- 69,75 ----
                - paperquad texture binding LOD?
                    - only when certain that texture memory
                      bandwidth is the problem.
!                       - with CulledPQ, should not be.
            + clean up the xupdf.py file
            + better distortion function
        + script the demo, determine in detail all features
Index: gzz/gfx/demo/xupdf.py
diff -c gzz/gfx/demo/xupdf.py:1.51 gzz/gfx/demo/xupdf.py:1.52
*** gzz/gfx/demo/xupdf.py:1.51  Thu Oct  3 14:16:42 2002
--- gzz/gfx/demo/xupdf.py       Thu Oct  3 14:31:32 2002
***************
*** 80,84 ****
--- 80,85 ----
          currentScene.moveToCell(cells[ord(key) - ord('1')])
  
  currentScene = gzz.view.xubuoy.XuPDFScene_PDFContext(xuspace)
+ gzz.view.xubuoy.replaceNewScene = replaceNewScene
  currentScene.moveToCell(cells[1], 0, 0, redraw=1)
  
Index: gzz/gzz/view/xubuoy.py
diff -c gzz/gzz/view/xubuoy.py:1.18 gzz/gzz/view/xubuoy.py:1.19
*** gzz/gzz/view/xubuoy.py:1.18 Thu Oct  3 14:16:42 2002
--- gzz/gzz/view/xubuoy.py      Thu Oct  3 14:31:32 2002
***************
*** 191,199 ****
        Disable TEXTURE_2D
        Disable DEPTH_TEST
        Disable STENCIL_TEST
!       Color 1 1 1
        Enable BLEND
!       BlendFunc ONE_MINUS_DST_COLOR  ZERO
      """)
      pas.setTeardowncode("""
        PopAttrib
--- 191,199 ----
        Disable TEXTURE_2D
        Disable DEPTH_TEST
        Disable STENCIL_TEST
!       Color 0.6 0.5 0.7
        Enable BLEND
!       BlendFunc ONE  ONE_MINUS_SRC_COLOR
      """)
      pas.setTeardowncode("""
        PopAttrib




reply via email to

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