/[fenfire]/fenfire/org/fenfire/spanimages/gl/PlainPaperMaker.java
ViewVC logotype

Diff of /fenfire/org/fenfire/spanimages/gl/PlainPaperMaker.java

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

revision 1.6 by tjl, Wed Jun 25 10:35:37 2003 UTC revision 1.7 by tjl, Wed Jun 25 10:43:59 2003 UTC
# Line 117  public class PlainPaperMaker implements Line 117  public class PlainPaperMaker implements
117    
118          buf.append(setup);          buf.append(setup);
119                    
120          pass.setNTexGens(n);          pass.setNTexGens(n + offs);
121          for(int i=0; i<n ; i++) {          for(int i=0; i<n ; i++) {
122              buf.append("\nActiveTexture TEXTURE");              buf.append("\nActiveTexture TEXTURE");
123              buf.append(i + offs);              buf.append(i + offs);
# Line 125  public class PlainPaperMaker implements Line 125  public class PlainPaperMaker implements
125              buf.append(img.loader.getTexture().getTexId());              buf.append(img.loader.getTexture().getTexId());
126              buf.append("\n");              buf.append("\n");
127    
128              pass.putNormalTexGen(i + 1, texgen);              pass.putNormalTexGen(i + offs, texgen);
129          }          }
130          buf.append("\nActiveTexture TEXTURE0\n");          buf.append("\nActiveTexture TEXTURE0\n");
131    

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

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