/[gzz]/gzz/gzz/modules/pp/PlaneView.java
ViewVC logotype

Diff of /gzz/gzz/modules/pp/PlaneView.java

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

revision 1.51 by tjl, Tue Oct 8 07:39:29 2002 UTC revision 1.52 by tjl, Tue Oct 8 18:23:43 2002 UTC
# Line 73  public static final String rcsid = "$Id$ Line 73  public static final String rcsid = "$Id$
73          BgVob bg = BgVob.create(plane);          BgVob bg = BgVob.create(plane);
74          int bginto = vs.coords.coordsys(viewport2screen, 500, 0, 0, 1, 1);          int bginto = vs.coords.coordsys(viewport2screen, 500, 0, 0, 1, 1);
75          int bgpap = vs.coords.coordsys(paper2viewport, 0, 0, 0, 100, 100);          int bgpap = vs.coords.coordsys(paper2viewport, 0, 0, 0, 100, 100);
76          vs.matcher.add(bginto, "BGTRANS");          vs.matcher.addSub(viewport2screen, bginto, "BGTRANS");
77            vs.matcher.addSub(paper2viewport, bgpap, "BGPAP");
78          vs.map.put(bg, bginto, bgpap);          vs.map.put(bg, bginto, bgpap);
79    
80          vs.map.put(GLCache.getCallList("Color 0 0 0"));          vs.map.put(GLCache.getCallList("Color 0 0 0"));
81    
82          int into = ((GLVobCoorder)vs.coords).concat(viewport2screen, paper2viewport);          int into = ((GLVobCoorder)vs.coords).concat(viewport2screen, paper2viewport);
83            vs.matcher.addSub(viewport2screen, into, "PLANEINTO");
84    
85          Space space = cursor.space;          Space space = cursor.space;
86          Dim d_1 = space.getDim(Ids.d_1);          Dim d_1 = space.getDim(Ids.d_1);

Legend:
Removed from v.1.51  
changed lines
  Added in v.1.52

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