/[gzz]/gzz/gfx/demo/fpfont.py
ViewVC logotype

Diff of /gzz/gfx/demo/fpfont.py

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

revision 1.10 by jvk, Fri Jan 24 15:55:43 2003 UTC revision 1.11 by tjl, Sat Jan 25 11:02:07 2003 UTC
# Line 71  TEMP p; Line 71  TEMP p;
71  # Read the pixel and its neighbours  # Read the pixel and its neighbours
72  TEX p, fragment.texcoord[0], texture[0], 2D;  TEX p, fragment.texcoord[0], texture[0], 2D;
73    
74    
75  MUL p.y, p.x, p.x;  MUL p.y, p.x, p.x;
76  MUL p.z, p.x, p.y;  MUL p.z, p.x, p.y;
77  MUL p.x, -.666, p.z;  MUL p.x, -.666, p.z;
# Line 176  class Scene: Line 177  class Scene:
177          """ % locals()), csg)          """ % locals()), csg)
178    
179          cs1 = vs.affineCS(rot, "1", 0, self.x, self.y,          cs1 = vs.affineCS(rot, "1", 0, self.x, self.y,
180              300, 0, 0, 300)              80, 0, 0, 80)
181    
182          if self.texfilt:          if self.texfilt:
183                  minfilt = "LINEAR_MIPMAP_LINEAR"                  minfilt = "LINEAR_MIPMAP_LINEAR"

Legend:
Removed from v.1.10  
changed lines
  Added in v.1.11

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