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

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

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

revision 1.8 by tjl, Sun Jul 28 13:23:13 2002 UTC revision 1.9 by tjl, Mon Sep 23 08:24:25 2002 UTC
# Line 31  public class GLCellVob extends Vob { Line 31  public class GLCellVob 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.HorizText text;      GLRen.HorizText text;
35      public void render(Graphics g,      public void render(Graphics g,
36                                  boolean fast,                                  boolean fast,
37                                  RenderInfo info1,                                  RenderInfo info1,
38                                  RenderInfo info2                                  RenderInfo info2
39                                  )  { }                                  )  { }
40    
41      static Vob black = GZZGL.createCallList("Color 0 0 0 1");      static Vob black = GLRen.createCallList("Color 0 0 0 1");
42      static Vob white = GZZGL.createCallList("Color 1 1 1 1");      static Vob white = GLRen.createCallList("Color 1 1 1 1");
43    
44      int w = 100;      int w = 100;
45      int h = 100;      int h = 100;
46    
47      public GLCellVob(String str, GZZGL.TexRect bg,      public GLCellVob(String str, GL.TexRect bg,
48                          GZZGL.Font font, int w0, int h0) {                          GL.Font font, int w0, int h0) {
49          super();          super();
50          w = w0;          w = w0;
51          h = h0;          h = h0;

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

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