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

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

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

revision 1.4 by tjl, Fri Mar 21 09:42:51 2003 UTC revision 1.5 by tjl, Wed Jun 18 09:44:38 2003 UTC
# Line 80  public static final String rcsid = "$Id$ Line 80  public static final String rcsid = "$Id$
80      }      }
81    
82      public void renderStill(VobScene scene, float lod) {      public void renderStill(VobScene scene, float lod) {
83            // XXX Not sure if this is right place for stats -- need to think about
84            // it some more -- Tjl
85            GL.clearQueuedStatistics();
86          ((GLVobCoorder)scene.coords).renderInterp(surface,          ((GLVobCoorder)scene.coords).renderInterp(surface,
87                      (GLVobMap)scene.map, null,                      (GLVobMap)scene.map, null,
88                      null, 0, true, true);                      null, 0, true, true);
89            GL.callQueuedStatistics();
90      }      }
91    
92      VobScene listprev, listnext;      VobScene listprev, listnext;

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