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

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

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

revision 1.8 by tjl, Mon Aug 18 08:32:09 2003 UTC revision 1.9 by tjl, Mon Oct 6 08:52:24 2003 UTC
# Line 70  public class DefaultSpanImageFactory ext Line 70  public class DefaultSpanImageFactory ext
70                                          s, poolManager);                                          s, poolManager);
71    
72          // x,y texcoords of (1,1) inside texture          // x,y texcoords of (1,1) inside texture
73          float x1 = singleImage.loader.origWidth;          float x1 = singleImage.loader.getMipzipFile().getOrigWidth();
74          float y1 = singleImage.loader.origHeight;          float y1 = singleImage.loader.getMipzipFile().getOrigHeight();
75    
76          Dimension d = superImage.getSize();          Dimension d = superImage.getSize();
77    

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