/[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.47 by tjl, Tue Oct 29 14:09:32 2002 UTC revision 1.48 by humppake, Tue Oct 29 15:07:40 2002 UTC
# Line 242  public static final String rcsid = "$Id$ Line 242  public static final String rcsid = "$Id$
242      }      }
243    
244      public int cull(int parent, int clip) {      public int cull(int parent, int clip) {
245            return cull(parent, parent, clip);
246        }
247    
248        public int cull(int parent, int test, int clip) {
249          int paramInd = nfloats;          int paramInd = nfloats;
250          inds[ninds+0] = 10; // culling          inds[ninds+0] = 10; // culling
251          inds[ninds+1] = parent;          inds[ninds+1] = parent;
252          inds[ninds+2] = clip;          inds[ninds+2] = test;
253          inds[ninds+3] = paramInd;          inds[ninds+3] = clip;
254            inds[ninds+4] = paramInd;
255    
256          int was = ninds;          int was = ninds;
257          ninds += 4;          ninds += 5;
258          return was;          return was;
259      }      }
260    

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

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