/[libvob]/libvob/src/jni/GLRen.template.java
ViewVC logotype

Diff of /libvob/src/jni/GLRen.template.java

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

revision 1.6 by jvk, Thu Mar 27 09:44:08 2003 UTC revision 1.7 by jvk, Thu Mar 27 10:27:37 2003 UTC
# Line 85  public class GLRen { Line 85  public class GLRen {
85          return createPaperQuad(paper, x0, y0, x1, y1, 1, dicefactor, flags);          return createPaperQuad(paper, x0, y0, x1, y1, 1, dicefactor, flags);
86      }      }
87    
88      public static IrregularQuad createIrreuglarQuad(float x0, float y0, float x1, float y1, float border, float freq, int flags,      public static IrregularQuad createIrregularQuad(float x0, float y0, float x1, float y1, float border, float freq, int flags,
89                                                  String setup, float dicefactor) {                                                  String setup, float dicefactor) {
90          return createIrregularQuad(x0, y0, x1, y1, border, freq, flags, GL.createDisplayList(setup), dicefactor);          return createIrregularQuad(x0, y0, x1, y1, border, freq, flags, GL.createDisplayList(setup), dicefactor);
91      }      }

Legend:
Removed from v.1.6  
changed lines
  Added in v.1.7

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