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

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

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

revision 1.7 by tjl, Tue Jul 16 14:57:50 2002 UTC revision 1.8 by tjl, Mon Sep 23 08:24:25 2002 UTC
# Line 31  public class GLCellConnector extends Vob Line 31  public class GLCellConnector extends Vob
31  public static final String rcsid = "$Id$";  public static final String rcsid = "$Id$";
32      public static void p(String s) { System.out.println(s); }      public static void p(String s) { System.out.println(s); }
33    
34      GZZGL.SmoothConnector nur;      GLRen.SmoothConnector nur;
35    
36      int w;      int w;
37      int h;      int h;
# Line 42  public static final String rcsid = "$Id$ Line 42  public static final String rcsid = "$Id$
42                                  RenderInfo info2                                  RenderInfo info2
43                                  )  { }                                  )  { }
44    
45      public GLCellConnector( GZZGL.TexRect start, float startb,      public GLCellConnector( GL.TexRect start, float startb,
46                             GZZGL.TexRect end, float endb,                             GL.TexRect end, float endb,
47                          int x1l, int y1l, int x1r, int y1r,                          int x1l, int y1l, int x1r, int y1r,
48                          int x1li, int y1li, int x1ri, int y1ri,                          int x1li, int y1li, int x1ri, int y1ri,
49                          int x2l, int y2l, int x2r, int y2r,                          int x2l, int y2l, int x2r, int y2r,
# Line 51  public static final String rcsid = "$Id$ Line 51  public static final String rcsid = "$Id$
51                          ) {                          ) {
52          super();          super();
53    
54          nur = GZZGL.createSmoothConnector(start, startb, end, endb,          nur = GLRen.createSmoothConnector(start, startb, end, endb,
55                                   x1l, y1l, x1r, y1r, x1li, y1li, x1ri, y1ri,                                   x1l, y1l, x1r, y1r, x1li, y1li, x1ri, y1ri,
56                                   x2l, y2l, x2r, y2r, x2li, y2li, x2ri, y2ri,                                   x2l, y2l, x2r, y2r, x2li, y2li, x2ri, y2ri,
57                                      0.02f);                                      0.02f);

Legend:
Removed from v.1.7  
changed lines
  Added in v.1.8

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