gzz-commits
[Top][All Lists]
Advanced

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

[Gzz-commits] gzz ./TODO gfx/librenderables/renderables.py


From: Tuomas J. Lukka
Subject: [Gzz-commits] gzz ./TODO gfx/librenderables/renderables.py
Date: Mon, 30 Sep 2002 05:10:23 -0400

CVSROOT:        /cvsroot/gzz
Module name:    gzz
Changes by:     Tuomas J. Lukka <address@hidden>        02/09/30 05:10:23

Modified files:
        .              : TODO 
        gfx/librenderables: renderables.py 

Log message:
        OOPS

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/gzz/gzz/TODO.diff?tr1=1.197&tr2=1.198&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/gzz/gzz/gfx/librenderables/renderables.py.diff?tr1=1.85&tr2=1.86&r1=text&r2=text

Patches:
Index: gzz/TODO
diff -c gzz/TODO:1.197 gzz/TODO:1.198
*** gzz/TODO:1.197      Mon Sep 30 05:06:01 2002
--- gzz/TODO    Mon Sep 30 05:10:23 2002
***************
*** 102,107 ****
--- 102,109 ----
                            - tests for the hierarchy working correctly
            - larger structure
            - multiple instances of same pdf / text visible? --> keys?
+               - special matcher?
+               - really USE hierarchical keys
            - clean up the xupdf.py file
            - frame rate ~= 25
                - paperquad texture binding LOD?
Index: gzz/gfx/librenderables/renderables.py
diff -c gzz/gfx/librenderables/renderables.py:1.85 
gzz/gfx/librenderables/renderables.py:1.86
*** gzz/gfx/librenderables/renderables.py:1.85  Mon Sep 30 04:15:42 2002
--- gzz/gfx/librenderables/renderables.py       Mon Sep 30 05:10:23 2002
***************
*** 1124,1131 ****
  
      // ----  Shorthands.
      public static PaperQuad createPaperQuad(Paper paper, 
!           float x0, float y0, float x1, float y1) {
!       return createPaperQuad(paper, x0, y0, x1, y1, 1);
      }
  
      public static gzz.vob.Vob createCallList(String s) {
--- 1124,1131 ----
  
      // ----  Shorthands.
      public static PaperQuad createPaperQuad(Paper paper, 
!           float x0, float y0, float x1, float y1, float dicefactor) {
!       return createPaperQuad(paper, x0, y0, x1, y1, 1, dicefactor);
      }
  
      public static gzz.vob.Vob createCallList(String s) {




reply via email to

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