/[gzz]/gzz/gzz/view/VobVanishingClient.java
ViewVC logotype

Diff of /gzz/gzz/view/VobVanishingClient.java

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

revision 1.13 by benja, Tue Oct 1 13:06:10 2002 UTC revision 1.14 by tjl, Thu Oct 10 09:29:51 2002 UTC
# Line 73  public class VobVanishingClient implemen Line 73  public class VobVanishingClient implemen
73    
74      public VobVanishingClient() {      public VobVanishingClient() {
75          for(int i=0; i<2; i++)          for(int i=0; i<2; i++)
76              for(int j=0; j<2; j++)              for(int j=0; j<2; j++) {
77                  connections[i][j] = new SimpleConnection(i,j,-i,-j);                  float xloc = 0.5f + i/2.0f;
78                    float yloc = 0.5f + j/2.0f;
79                    connections[i][j] = new SimpleConnection(xloc,yloc,1-xloc,1-yloc);
80            }
81    
82          pstubs[0] = new TDecor(false, 1);          pstubs[0] = new TDecor(false, 1);
83          pstubs[1] = new TDecor(true, 1);          pstubs[1] = new TDecor(true, 1);

Legend:
Removed from v.1.13  
changed lines
  Added in v.1.14

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