/[gzz]/gzz/gzz/gfx/gl/GLVanishingClient.java
ViewVC logotype

Diff of /gzz/gzz/gfx/gl/GLVanishingClient.java

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.9 by tjl, Mon Aug 19 14:45:48 2002 UTC revision 1.10 by tjl, Mon Sep 23 08:24:25 2002 UTC
# Line 35  public class GLVanishingClient implement Line 35  public class GLVanishingClient implement
35      public static void p(String s) { System.out.println(s); }      public static void p(String s) { System.out.println(s); }
36    
37      Vob cellImage;      Vob cellImage;
38      GZZGL.SmoothConnector connVert, connHoriz;      GLRen.SmoothConnector connVert, connHoriz;
39    
40      int w = 100, h = 100;      int w = 100, h = 100;
41    
# Line 46  public class GLVanishingClient implement Line 46  public class GLVanishingClient implement
46    
47      public GLVanishingClient(VobScene vs, int into,      public GLVanishingClient(VobScene vs, int into,
48                  Vob cellImage,                  Vob cellImage,
49                  GZZGL.SmoothConnector connVert,                  GLRen.SmoothConnector connVert,
50                  GZZGL.SmoothConnector connHoriz,                  GLRen.SmoothConnector connHoriz,
51                  int w, int h) {                  int w, int h) {
52          this.vs = vs;          this.vs = vs;
53          this.into = into;          this.into = into;

Legend:
Removed from v.1.9  
changed lines
  Added in v.1.10

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26