/[gzz]/gzz/gzz/view/VobVanishingClient.java
ViewVC logotype

Diff of /gzz/gzz/view/VobVanishingClient.java

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

revision 1.14 by tjl, Thu Oct 10 09:29:51 2002 UTC revision 1.15 by tjl, Fri Oct 11 13:35:02 2002 UTC
# Line 167  public class VobVanishingClient implemen Line 167  public class VobVanishingClient implemen
167      public void place(Cell c, Object o, float fract, int x0, int y0, int x1, int y1,      public void place(Cell c, Object o, float fract, int x0, int y0, int x1, int y1,
168                  int depth, float rot) {                  int depth, float rot) {
169          Vob v = (Vob)o;          Vob v = (Vob)o;
170          int cs = into.coordsys(intoCS, c, depth, x0, y0, 2, 2);          int cs = into.coordsys(intoCS, c, depth, x0, y0, (x1-x0), (y1-y0));
171          cvf.place(c, into, cs, (x1-x0), (y1-y0), context, fract);          cvf.place(c, into, cs, (x1-x0), (y1-y0), context, fract);
172      }      }
173    

Legend:
Removed from v.1.14  
changed lines
  Added in v.1.15

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