/[fenfire]/fenfire/org/fenfire/view/CoordinatePlaneView.java
ViewVC logotype

Diff of /fenfire/org/fenfire/view/CoordinatePlaneView.java

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

revision 1.1 by mudyc, Wed Mar 26 08:44:03 2003 UTC revision 1.2 by mudyc, Wed Mar 26 09:12:24 2003 UTC
# Line 6  import org.fenfire.view.buoy.*; Line 6  import org.fenfire.view.buoy.*;
6  import org.fenfire.util.*;  import org.fenfire.util.*;
7  import org.nongnu.libvob.*;  import org.nongnu.libvob.*;
8  import org.nongnu.libvob.gl.*;  import org.nongnu.libvob.gl.*;
9    import org.nongnu.libvob.impl.gl.*;
10  import org.nongnu.libvob.buoy.*;  import org.nongnu.libvob.buoy.*;
11  import com.hp.hpl.mesa.rdf.jena.model.*;  import com.hp.hpl.mesa.rdf.jena.model.*;
12  import com.hp.hpl.mesa.rdf.jena.common.*;  import com.hp.hpl.mesa.rdf.jena.common.*;
# Line 113  public static final String rcsid = "$Id$ Line 114  public static final String rcsid = "$Id$
114              if (drawFrame)              if (drawFrame)
115                  vs.map.put(frame, box);                  vs.map.put(frame, box);
116    
             /*  
               XXX GLVobCoorder  
   
117              if (vs.coords instanceof GLVobCoorder && cullCS > 0) {              if (vs.coords instanceof GLVobCoorder && cullCS > 0) {
118                  int cull = ((GLVobCoorder)vs.coords).cull(box, cullCS);                  int cull = ((GLVobCoorder)vs.coords).cull(box, cullCS);
119                  vs.matcher.add(box, cull, item+"cull");                  vs.matcher.add(box, cull, matchKey+"cull");
120                  box = cull;                  box = cull;
121              }              }
             */  
122    
123              // XXX cv.place(item, vs, box, context);              // XXX cv.place(item, vs, box, context);
124              vs.activate(box);              vs.activate(box);

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