/[fenfire]/fenfire/org/fenfire/view/PaperView2D.java
ViewVC logotype

Diff of /fenfire/org/fenfire/view/PaperView2D.java

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

revision 1.17 by tjl, Wed Aug 13 16:56:28 2003 UTC revision 1.18 by tjl, Wed Aug 20 16:34:33 2003 UTC
# Line 43  public static final String rcsid = "$Id$ Line 43  public static final String rcsid = "$Id$
43      public PaperMill paperMill;      public PaperMill paperMill;
44      public float dicefactor = 1;      public float dicefactor = 1;
45      public int flags = 0;      public int flags = 0;
     public boolean drawPaper = true;  
46    
47      public float paperScaling = 1; // 1/200f;      public float paperScaling = 1; // 1/200f;
48    
# Line 76  public static final String rcsid = "$Id$ Line 75  public static final String rcsid = "$Id$
75                            
76          int seed = plane.hashCode();          int seed = plane.hashCode();
77    
78          Paper p = (drawPaper == true ?          Paper p = paperMill.getOptimizedPaper(seed) ;
                    paperMill.getOptimizedPaper(seed) :  
                    SpecialPapers.solidPaper(java.awt.Color.white) );  
79                            
80          org.nongnu.libvob.Vob v = GLRen.createEasyPaperQuad(p, dicefactor, flags);          org.nongnu.libvob.Vob v = GLRen.createEasyPaperQuad(p, dicefactor, flags);
81          int magnified = box2paper;          int magnified = box2paper;

Legend:
Removed from v.1.17  
changed lines
  Added in v.1.18

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