/[gzz]/gzz/gzz/gfx/gl/GLVobCoorder.java
ViewVC logotype

Diff of /gzz/gzz/gfx/gl/GLVobCoorder.java

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

revision 1.46 by humppake, Tue Oct 29 10:27:03 2002 UTC revision 1.47 by tjl, Tue Oct 29 14:09:32 2002 UTC
# Line 39  public static final String rcsid = "$Id$ Line 39  public static final String rcsid = "$Id$
39      int[] inds = new int[5000];      int[] inds = new int[5000];
40      int ninds = 1; // zero is special (the root)      int ninds = 1; // zero is special (the root)
41    
42      public int getCSIndexAt(float x, float y) { return -1; }      public void activate(int cs) {
43            inds[cs] |= GL.CSFLAG_ACTIVE;
44        }
45    
46        public int getCSAt(int parent, float x, float y, float[] targetcoords) {
47            return -1;
48        }
49    
50      public int affineCoordsys(      public int affineCoordsys(
51              int into, float depth,              int into, float depth,

Legend:
Removed from v.1.46  
changed lines
  Added in v.1.47

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