/[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.39 by tjl, Tue Oct 8 18:23:43 2002 UTC revision 1.40 by tjl, Wed Oct 9 14:38:41 2002 UTC
# Line 217  public static final String rcsid = "$Id$ Line 217  public static final String rcsid = "$Id$
217                              boolean standardcoords, boolean showFinal) {                              boolean standardcoords, boolean showFinal) {
218          GL.render(into, ninds, this.inds, this.floats,          GL.render(into, ninds, this.inds, this.floats,
219                      csinds,                      csinds,
220                      other.inds, other.floats,                      (other != null ? other.inds : null),
221                        (other != null ? other.floats : null),
222                      theVobs.list, fract, standardcoords, showFinal);                      theVobs.list, fract, standardcoords, showFinal);
223      }      }
224      public float timeRender(GL.Window into, GLVobMap theVobs,      public float timeRender(GL.Window into, GLVobMap theVobs,

Legend:
Removed from v.1.39  
changed lines
  Added in v.1.40

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