/[libvob]/libvob/org/nongnu/libvob/vobs/SimpleConnection.java
ViewVC logotype

Diff of /libvob/org/nongnu/libvob/vobs/SimpleConnection.java

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

revision 1.2 by humppake, Wed Mar 26 12:39:26 2003 UTC revision 1.3 by humppake, Wed Mar 26 13:36:35 2003 UTC
# Line 79  public static final String rcsid = "$Id$ Line 79  public static final String rcsid = "$Id$
79      Vob line;      Vob line;
80    
81      public int putGL(VobScene vs, int coordsys1, int coordsys2) {      public int putGL(VobScene vs, int coordsys1, int coordsys2) {
82          /** Current line connector don't support colors or          if(line == null) line = GLRen.createLineConnector(x0, y0, x1, y1);
             mounting coordinates.  
         if(line == null && color != null)  
             line = GLRen.createLineConnector(x0, y0, x1, y1, 1, 1,  
                                              color.getRed()/255f,  
                                              color.getGreen()/255f,  
                                              color.getBlue()/255f,  
                                              1);  
         else line = GLRen.createLineConnector(x0, y0, x1, y1, 1, 1,  
         -1, -1, -1, -1);*/  
         if(line == null) line = GLRen.createLineConnector();  
83          vs.map.put(line, coordsys1, coordsys2);          vs.map.put(line, coordsys1, coordsys2);
84          return 0;          return 0;
85      }      }

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

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