/[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.5 by jvk, Thu Mar 27 08:29:01 2003 UTC revision 1.6 by jvk, Thu Mar 27 09:44:08 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,
89                                                    String setup, float dicefactor) {
90            return createIrregularQuad(x0, y0, x1, y1, border, freq, flags, GL.createDisplayList(setup), dicefactor);
91        }
92    
93    

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

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