/[gzz]/gzz/gzz/vob/vobs/FilledRectVob.java
ViewVC logotype

Diff of /gzz/gzz/vob/vobs/FilledRectVob.java

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

revision 1.2 by humppake, Mon Nov 25 16:03:40 2002 UTC revision 1.3 by humppake, Wed Nov 27 16:35:41 2002 UTC
# Line 73  public static final String rcsid = "$Id$ Line 73  public static final String rcsid = "$Id$
73      public int addToListGL(GraphicsAPI.Window win,      public int addToListGL(GraphicsAPI.Window win,
74                      int[] list, int curs, int coordsys1,                      int[] list, int curs, int coordsys1,
75                                  int coordsys2) {                                  int coordsys2) {
76            float [] boxwh = new float[2];
77            
78    
79          if(dbg) pa("Addtolistgl rectbg "+coordsys1);          if(dbg) pa("Addtolistgl rectbg "+coordsys1);
80          if(glList == null) {          if(glList == null) {
81    
82              glList = GLRen.createCallListCoorded(              glList = GLRen.createCallListBoxCoorded(
83                  "PushAttrib COLOR_BUFFER_BIT ENABLE_BIT\n"+                  "PushAttrib COLOR_BUFFER_BIT ENABLE_BIT\n"+
84                  "Disable TEXTURE_2D\n"+                  "Disable TEXTURE_2D\n"+
85                  "Color "+ColorUtil.colorGLString(bg)+" 1\n" +                  "Color "+ColorUtil.colorGLString(bg)+" 1\n" +

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

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