/[libvob]/libvob/vob/demo/fpfont.py
ViewVC logotype

Diff of /libvob/vob/demo/fpfont.py

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

revision 1.1 by tjl, Thu Apr 10 14:00:19 2003 UTC revision 1.2 by tjl, Fri Apr 11 12:51:28 2003 UTC
# Line 1  Line 1 
1  from org.nongnu import libvob as vob  import vob
2  from org.nongnu.libvob.gl import GL  from org.nongnu.libvob.gl import GL
3  from org.nongnu.libvob.putil.misc import *  from vob.putil.misc import *
4  from org.nongnu.libvob.putil.demokeys import *  from vob.putil.demokeys import *
5    
6    from vob.paper.texcache import getCachedTexture
7    
8  vob.AbstractUpdateManager.defaultAnimationTime = 10000  vob.AbstractUpdateManager.defaultAnimationTime = 10000
9    
# Line 75  else: Line 77  else:
77          t = font.getTexture(i)          t = font.getTexture(i)
78          t.setTexParameter("TEXTURE_2D", "TEXTURE_MIN_FILTER", "NEAREST");          t.setTexParameter("TEXTURE_2D", "TEXTURE_MIN_FILTER", "NEAREST");
79    
 from org.nongnu.libvob.paper.texcache import getCachedTexture  
80    
81  args = [ [256, 256, 0, 4, "RGBA", "RGBA", "noise",  args = [ [256, 256, 0, 4, "RGBA", "RGBA", "noise",
82            ["bias", ".5", "scale", "1.0", "type", "faBm", "freq", "10"]],            ["bias", ".5", "scale", "1.0", "type", "faBm", "freq", "10"]],

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

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