/[gzz]/gzz/gzz/client/gl/GLRenderingSurface.java
ViewVC logotype

Diff of /gzz/gzz/client/gl/GLRenderingSurface.java

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

revision 1.1 by tjl, Thu Dec 5 10:57:34 2002 UTC revision 1.2 by tjl, Sun Jan 5 16:32:51 2003 UTC
# Line 87  public static final String rcsid = "$Id$ Line 87  public static final String rcsid = "$Id$
87          if(dbg) pa("glscreen renderanim "+fract+" "+lod);          if(dbg) pa("glscreen renderanim "+fract+" "+lod);
88          VobScene sc = prev;          VobScene sc = prev;
89          VobScene osc = next;          VobScene osc = next;
90            boolean towardsOther = true;
91          if (fract > AbstractUpdateManager.jumpFract) {          if (fract > AbstractUpdateManager.jumpFract) {
92              sc = next;              sc = next;
93              osc = prev;              osc = prev;
94              fract = 1-fract;              fract = 1-fract;
95                towardsOther = false;
96          }          }
97          if(osc == null) osc = sc;          if(osc == null) osc = sc;
98          if(dbg) {          if(dbg) {
# Line 101  public static final String rcsid = "$Id$ Line 103  public static final String rcsid = "$Id$
103          if(sc != listprev || osc != listnext) {          if(sc != listprev || osc != listnext) {
104              listprev = sc;              listprev = sc;
105              listnext = osc;              listnext = osc;
106              interplist = sc.matcher.interpList(osc.matcher);              interplist = sc.matcher.interpList(osc.matcher, towardsOther);
107              interplist[0] = interplist.length;              interplist[0] = interplist.length;
108          }          }
109    

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

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