/[libvob]/libvob/org/nongnu/libvob/gl/GLRen.java
ViewVC logotype

Diff of /libvob/org/nongnu/libvob/gl/GLRen.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 34  public class GLRen { Line 34  public class GLRen {
34      public static Vob createCallList(String s) {      public static Vob createCallList(String s) {
35          return createCallList(GL.createDisplayList(s));          return createCallList(GL.createDisplayList(s));
36      }      }
     /*  
     public static Vob createMotionCallList(String still, String motion) {  
         return createMotionCallList(GL.createDisplayList(still),  
                                     GL.createDisplayList(motion));  
     }  
37      public static Vob createCallListCoorded(String s) {      public static Vob createCallListCoorded(String s) {
38          return createCallListCoorded(GL.createDisplayList(s));          return createCallListCoorded(GL.createDisplayList(s));
39      }      }
40      public static Vob createCallListBoxCoorded(String s) {      public static Vob createCallListBoxCoorded(String s) {
41          return createCallListBoxCoorded(GL.createDisplayList(s));          return createCallListBoxCoorded(GL.createDisplayList(s));
42      }      }
43        /*
44        public static Vob createMotionCallList(String still, String motion) {
45            return createMotionCallList(GL.createDisplayList(still),
46                                        GL.createDisplayList(motion));
47        }
48      */      */
49    
50    
# Line 69  _.p0 = p0; Line 69  _.p0 = p0;
69   return _; }   return _; }
70    
71  static private native int implcreateCallList(int p0) ;  static private native int implcreateCallList(int p0) ;
72    static public class CallListCoorded extends GL.Renderable1JavaObject  { private CallListCoorded(int i) { super(i); }
73    GL.DisplayList p0;
74    }
75    static public CallListCoorded createCallListCoorded(GL.DisplayList p0) {
76    CallListCoorded _ = new CallListCoorded(
77    implcreateCallListCoorded(p0.getId()));
78    _.p0 = p0;
79    
80     return _; }
81    
82    static private native int implcreateCallListCoorded(int p0) ;
83    static public class CallListBoxCoorded extends GL.Renderable1JavaObject  { private CallListBoxCoorded(int i) { super(i); }
84    GL.DisplayList p0;
85    }
86    static public CallListBoxCoorded createCallListBoxCoorded(GL.DisplayList p0) {
87    CallListBoxCoorded _ = new CallListBoxCoorded(
88    implcreateCallListBoxCoorded(p0.getId()));
89    _.p0 = p0;
90    
91     return _; }
92    
93    static private native int implcreateCallListBoxCoorded(int p0) ;
94    
95    
96  }  }

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