/[gzz]/gzz/gfx/libpaper/papermill.py
ViewVC logotype

Diff of /gzz/gfx/libpaper/papermill.py

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

revision 1.77 by jvk, Mon Mar 3 14:09:54 2003 UTC revision 1.78 by humppake, Mon Mar 10 13:25:31 2003 UTC
# Line 28  from gfx.libpaper.textures import Textur Line 28  from gfx.libpaper.textures import Textur
28  from gfx.libpaper.colors import Colors  from gfx.libpaper.colors import Colors
29  from gfx.libpaper.texcoords import TexGenXYRepeatUnit  from gfx.libpaper.texcoords import TexGenXYRepeatUnit
30  from gfx.libpaper.params import *  from gfx.libpaper.params import *
31  from gzz.vob.vobs import SolidBgVob  from gzz.vob.vobs import SolidBackdropVob
32  import gfx.libutil.texture  import gfx.libutil.texture
33    
34  import gfx.libpaper.texcomb_NV1X  import gfx.libpaper.texcomb_NV1X
# Line 179  class ThePaperMill(PaperMill): Line 179  class ThePaperMill(PaperMill):
179    
180          s = 256          s = 256
181          vs = w.createVobScene()          vs = w.createVobScene()
182          vs.map.put(SolidBgVob(java.awt.Color.red))          vs.map.put(SolidBackdropVob(java.awt.Color.red))
183    
184          cs1 = vs.coords.ortho(0, 0, 0, 0, s+1, s+1)          cs1 = vs.coords.ortho(0, 0, 0, 0, s+1, s+1)
185          cs2 = vs.coords.affineCoordsys(          cs2 = vs.coords.affineCoordsys(

Legend:
Removed from v.1.77  
changed lines
  Added in v.1.78

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