/[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.7 by jvk, Thu Mar 27 10:27:37 2003 UTC revision 1.8 by jvk, Wed Apr 9 13:33:36 2003 UTC
# Line 90  public class GLRen { Line 90  public class GLRen {
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      }      }
92    
93        public static IrregularEdge createIrregularEdge(
94                int shape, float texscale, float linewidth, float refsize, float scale_pow,
95                float border0, float border1, float texslicing,
96                String const0, String const1, int angles, int multi, int flags,
97                String setup, float dicefactor) {
98            return createIrregularEdge(shape, texscale, linewidth, refsize, scale_pow,
99                border0, border1, texslicing, const0, const1, angles, multi, flags,
100                GL.createDisplayList(setup), dicefactor);
101        }
102        

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

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