/[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.2 by tjl, Sat Mar 8 19:45:47 2003 UTC revision 1.3 by tjl, Tue Mar 11 11:24:29 2003 UTC
# Line 33  public class GLRen { Line 33  public class GLRen {
33      public static Vob createCallList(String s) {      public static Vob createCallList(String s) {
34          return createCallList(GL.createDisplayList(s));          return createCallList(GL.createDisplayList(s));
35      }      }
     /*  
     public static Vob createMotionCallList(String still, String motion) {  
         return createMotionCallList(GL.createDisplayList(still),  
                                     GL.createDisplayList(motion));  
     }  
36      public static Vob createCallListCoorded(String s) {      public static Vob createCallListCoorded(String s) {
37          return createCallListCoorded(GL.createDisplayList(s));          return createCallListCoorded(GL.createDisplayList(s));
38      }      }
39      public static Vob createCallListBoxCoorded(String s) {      public static Vob createCallListBoxCoorded(String s) {
40          return createCallListBoxCoorded(GL.createDisplayList(s));          return createCallListBoxCoorded(GL.createDisplayList(s));
41      }      }
42        /*
43        public static Vob createMotionCallList(String still, String motion) {
44            return createMotionCallList(GL.createDisplayList(still),
45                                        GL.createDisplayList(motion));
46        }
47      */      */
48    
49    

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

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