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

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

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

revision 1.12 by mudyc, Tue Apr 15 14:34:08 2003 UTC revision 1.13 by mudyc, Tue Apr 15 14:43:42 2003 UTC
# Line 109  public static final String rcsid = "$Id$ Line 109  public static final String rcsid = "$Id$
109       */       */
110      public void renderGL(VobScene vs, int into,      public void renderGL(VobScene vs, int into,
111                         Object node, int cullCS,                         Object node, int cullCS,
112                         Fen fen, NodePlacementHook hook)                         Fen fen, NodePlacementHook hook, NodeView nodeview)
113      {      {
114          if (frame == null) {          if (frame == null) {
115              frame = GLRen.createCallListBoxCoorded(              frame = GLRen.createCallListBoxCoorded(
# Line 137  public static final String rcsid = "$Id$ Line 137  public static final String rcsid = "$Id$
137          float[] bs = new float[2];          float[] bs = new float[2];
138          cursorBox = -1;          cursorBox = -1;
139                    
140          Object node = context.getAccurse();          //Object node = nodeview.context.getAccurse();
           
141                    
142            /*
143          NodeView orig_nv = context.getNodeView();          NodeView orig_nv = context.getNodeView();
144                    
145          Selector slctr = new SelectorImpl(node, PP.contains, (RDFNode) null);          Selector slctr = new SelectorImpl(node, PP.contains, (RDFNode) null);

Legend:
Removed from v.1.12  
changed lines
  Added in v.1.13

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