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

Diff of /gzz/gzz/vob/vobs/FilledRectVob.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 70  public static final String rcsid = "$Id$ Line 70  public static final String rcsid = "$Id$
70    
71      Vob glList;      Vob glList;
72    
73      public int addToListGL(GraphicsAPI.RenderingSurface win,      public int putGL(VobScene vs, int coordsys1) {
                     int[] list, int curs, int coordsys1,  
                                 int coordsys2) {  
74          float [] boxwh = new float[2];          float [] boxwh = new float[2];
           
75    
76          if(dbg) pa("Addtolistgl rectbg "+coordsys1);          if(dbg) pa("Addtolistgl rectbg "+coordsys1);
77          if(glList == null) {          if(glList == null) {
# Line 90  public static final String rcsid = "$Id$ Line 87  public static final String rcsid = "$Id$
87                  "PopAttrib\n"                  "PopAttrib\n"
88                      );                      );
89          }          }
90          curs = glList.addToListGL(win, list, curs, coordsys1, coordsys2);  
91          return curs;          vs.map.put(glList, coordsys1);
92    
93            return 0;
94      }      }
95  }  }
96    

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