/[gzz]/gzz/gzz/gfx/gl/GLVobCoorder.java
ViewVC logotype

Diff of /gzz/gzz/gfx/gl/GLVobCoorder.java

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

revision 1.26 by tjl, Sun Sep 15 10:11:14 2002 UTC revision 1.27 by tjl, Mon Sep 23 08:24:25 2002 UTC
# Line 185  public static final String rcsid = "$Id$ Line 185  public static final String rcsid = "$Id$
185          renderInterp(((GLScreen)into).getWindow(), theVobs, other, fract,          renderInterp(((GLScreen)into).getWindow(), theVobs, other, fract,
186                              standardcoords, showFinal);                              standardcoords, showFinal);
187      }      }
188      public void renderInterp(GZZGL.Window into, GLVobMap theVobs,      public void renderInterp(GL.Window into, GLVobMap theVobs,
189                              GLVobCoorder other, float fract,                              GLVobCoorder other, float fract,
190                              boolean standardcoords, boolean showFinal) {                              boolean standardcoords, boolean showFinal) {
191          if(other == this) {          if(other == this) {
192              GZZGL.render(into, theVobs.list, coordsys, null,              GL.render(into, theVobs.list, coordsys, null,
193                              coordsys, ncoordsys, fract, standardcoords,                              coordsys, ncoordsys, fract, standardcoords,
194                                  showFinal);                                  showFinal);
195          } else {          } else {
196              makeindexlist(other);              makeindexlist(other);
197              GZZGL.render(into, theVobs.list, coordsys, interpList,              GL.render(into, theVobs.list, coordsys, interpList,
198                              other.coordsys, ncoordsys, fract,                              other.coordsys, ncoordsys, fract,
199                              standardcoords, showFinal);                              standardcoords, showFinal);
200          }          }
201      }      }
202      public float timeRender(GZZGL.Window into, GLVobMap theVobs,      public float timeRender(GL.Window into, GLVobMap theVobs,
203                             boolean standardcoords, int iters) {                             boolean standardcoords, int iters) {
204          return GZZGL.timeRender(into, theVobs.list,          return GL.timeRender(into, theVobs.list,
205                                  coordsys, ncoordsys, standardcoords, iters);                                  coordsys, ncoordsys, standardcoords, iters);
206      }      }
207    

Legend:
Removed from v.1.26  
changed lines
  Added in v.1.27

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