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

Diff of /libvob/org/nongnu/libvob/gl/Paper.java

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.4 by tjl, Mon Jun 23 13:19:12 2003 UTC revision 1.5 by tjl, Wed Jun 25 10:40:26 2003 UTC
# Line 70  public class Paper implements GLDeletabl Line 70  public class Paper implements GLDeletabl
70          public String getTeardowncode() { return impl_Pass_getTeardowncode(c_id, index); }          public String getTeardowncode() { return impl_Pass_getTeardowncode(c_id, index); }
71    
72          public void putNormalTexGen(int ind, float[] matrix) {          public void putNormalTexGen(int ind, float[] matrix) {
73                if(ind < 0 || ind >= getNTexGens())
74                    throw new ArrayIndexOutOfBoundsException();
75              impl_Pass_putNormalTexGen(c_id, index, ind, matrix);              impl_Pass_putNormalTexGen(c_id, index, ind, matrix);
76          }          }
77          public void putEmbossTexGen(int ind, float[] matrix, float eps) {          public void putEmbossTexGen(int ind, float[] matrix, float eps) {
78                if(ind < 0 || ind >= getNTexGens())
79                    throw new ArrayIndexOutOfBoundsException();
80              impl_Pass_putEmbossTexGen(c_id, index, ind, matrix, eps);              impl_Pass_putEmbossTexGen(c_id, index, ind, matrix, eps);
81          }          }
82    

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

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