/[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.8 by jvk, Wed Apr 9 13:33:36 2003 UTC revision 1.9 by tjl, Mon Jun 9 15:04:36 2003 UTC
# Line 99  public class GLRen { Line 99  public class GLRen {
99              border0, border1, texslicing, const0, const1, angles, multi, flags,              border0, border1, texslicing, const0, const1, angles, multi, flags,
100              GL.createDisplayList(setup), dicefactor);              GL.createDisplayList(setup), dicefactor);
101      }      }
102    
103        public static FixedPaperQuad createFixedPaperQuad(
104                org.nongnu.libvob.gl.Paper paper,
105                float x0, float y0, float x1, float y1,
106                int flags,
107                float diceLength, float diceLength2, int diceDepth) {
108            return createFixedPaperQuad(paper, x0, y0, x1, y1, flags,
109                        diceLength, diceLength2, diceDepth, null);
110        }
111    
112    
113            

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

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