/[libvob]/libvob/org/nongnu/libvob/impl/gl/GLVobCoorder.java
ViewVC logotype

Diff of /libvob/org/nongnu/libvob/impl/gl/GLVobCoorder.java

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

revision 1.4 by tjl, Mon Mar 10 18:15:55 2003 UTC revision 1.5 by tjl, Fri Mar 21 09:42:51 2003 UTC
# Line 119  public static final String rcsid = "$Id$ Line 119  public static final String rcsid = "$Id$
119                      (other != null ? other.floats : null),                      (other != null ? other.floats : null),
120                      theVobs.list, fract, standardcoords, showFinal);                      theVobs.list, fract, standardcoords, showFinal);
121      }      }
122      public float timeRender(GL.RenderingSurface into, GLVobMap theVobs,      public double timeRender(GL.RenderingSurface into, GLVobMap theVobs,
123                             boolean standardcoords, int iters) {                             boolean standardcoords, boolean swapbuf, int iters) {
124          return GL.timeRender(into, iters,          return GL.timeRender(into, iters,
125                          ninds, inds, floats,                          ninds, inds, floats,
126                          theVobs.list,                          theVobs.list,
127                                  standardcoords);                                  standardcoords, swapbuf);
128      }      }
129    
130      public Vob.RenderInfo getRenderInfo(int cs) {      public Vob.RenderInfo getRenderInfo(int cs) {

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5

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