gzz-commits
[Top][All Lists]
Advanced

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

[Gzz-commits] gzz ./TODO gzz/modules/pp/PlaneView.java


From: Tuomas J. Lukka
Subject: [Gzz-commits] gzz ./TODO gzz/modules/pp/PlaneView.java
Date: Tue, 08 Oct 2002 03:39:29 -0400

CVSROOT:        /cvsroot/gzz
Module name:    gzz
Changes by:     Tuomas J. Lukka <address@hidden>        02/10/08 03:39:29

Modified files:
        .              : TODO 
        gzz/modules/pp : PlaneView.java 

Log message:
        Fix color

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/gzz/gzz/TODO.diff?tr1=1.255&tr2=1.256&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/gzz/gzz/gzz/modules/pp/PlaneView.java.diff?tr1=1.50&tr2=1.51&r1=text&r2=text

Patches:
Index: gzz/TODO
diff -c gzz/TODO:1.255 gzz/TODO:1.256
*** gzz/TODO:1.255      Tue Oct  8 03:30:12 2002
--- gzz/TODO    Tue Oct  8 03:39:29 2002
***************
*** 12,17 ****
--- 12,18 ----
  0.8alpha4: Cleanup release after crucial demos; make it possible for anyone to
            get *THE* demo up and running
      jvk:
+       - turn on anisotropic filtering for all paper textures.
        - update NV20/NV25 version of libpaper. Need HILO offset textures.
      tuukkah:
        - move Modules/ to basalt (what about Java/ and C++/) (Tjl: remove them)
Index: gzz/gzz/modules/pp/PlaneView.java
diff -c gzz/gzz/modules/pp/PlaneView.java:1.50 
gzz/gzz/modules/pp/PlaneView.java:1.51
*** gzz/gzz/modules/pp/PlaneView.java:1.50      Tue Oct  8 03:34:54 2002
--- gzz/gzz/modules/pp/PlaneView.java   Tue Oct  8 03:39:29 2002
***************
*** 33,46 ****
  import java.util.*;
  import java.util.List;
  import java.awt.*;
! import gzz.gfx.gl.GLVobCoorder;
  
  /** A scrollable plane with notes and a background. Can be integrated into a
   *  composite view to show associations.
   */
  
  public class PlaneView {
! public static final String rcsid = "$Id: PlaneView.java,v 1.50 2002/10/08 
07:34:54 tjl Exp $";
      public static boolean dbg = true;
      private static void pa(String s) { System.err.println(s); }
  
--- 33,46 ----
  import java.util.*;
  import java.util.List;
  import java.awt.*;
! import gzz.gfx.gl.*;
  
  /** A scrollable plane with notes and a background. Can be integrated into a
   *  composite view to show associations.
   */
  
  public class PlaneView {
! public static final String rcsid = "$Id: PlaneView.java,v 1.51 2002/10/08 
07:39:29 tjl Exp $";
      public static boolean dbg = true;
      private static void pa(String s) { System.err.println(s); }
  
***************
*** 75,80 ****
--- 75,82 ----
        int bgpap = vs.coords.coordsys(paper2viewport, 0, 0, 0, 100, 100);
        vs.matcher.add(bginto, "BGTRANS");
        vs.map.put(bg, bginto, bgpap);
+ 
+       vs.map.put(GLCache.getCallList("Color 0 0 0"));
  
        int into = ((GLVobCoorder)vs.coords).concat(viewport2screen, 
paper2viewport);
  




reply via email to

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