/[gzz]/gzz/gzz/vob/vobs/TestSpotVob.java
ViewVC logotype

Diff of /gzz/gzz/vob/vobs/TestSpotVob.java

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

revision 1.4 by tjl, Thu Dec 5 10:57:34 2002 UTC revision 1.5 by tjl, Sun Jan 12 11:41:47 2003 UTC
# Line 60  public static final String rcsid = "$Id$ Line 60  public static final String rcsid = "$Id$
60          g.fillRect(i.x+((int)x-1), i.y+((int)y-1), 3, 3);          g.fillRect(i.x+((int)x-1), i.y+((int)y-1), 3, 3);
61      }      }
62    
63      public int addToListGL(gzz.client.GraphicsAPI.RenderingSurface win,      public int putGL(VobScene vs, int coordsys1) {
                         int[] list, int curs, int coordsys1,  
                                 int coordsys2) {  
64          if(glrend == null) {          if(glrend == null) {
65              glrend = GLCache.getCallListCoorded(              glrend = GLCache.getCallListCoorded(
66  "               PushAttrib CURRENT_BIT ENABLE_BIT     \n" +  "               PushAttrib CURRENT_BIT ENABLE_BIT     \n" +
# Line 76  public static final String rcsid = "$Id$ Line 74  public static final String rcsid = "$Id$
74  "               PopAttrib     \n"  "               PopAttrib     \n"
75              );              );
76          }          }
77          return glrend.addToListGL(win, list, curs, coordsys1, coordsys2);          vs.map.put(glrend, coordsys1);
78            return 0;
79      }      }
80  }  }

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5

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