gzz-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gzz-commits] libvob/include/vob/irregu Irregu.hxx


From: Tuomas J. Lukka
Subject: [Gzz-commits] libvob/include/vob/irregu Irregu.hxx
Date: Sat, 19 Apr 2003 15:50:38 -0400

CVSROOT:        /cvsroot/libvob
Module name:    libvob
Changes by:     Tuomas J. Lukka <address@hidden>        03/04/19 15:50:38

Modified files:
        include/vob/irregu: Irregu.hxx 

Log message:
        More dbg

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/libvob/libvob/include/vob/irregu/Irregu.hxx.diff?tr1=1.3&tr2=1.4&r1=text&r2=text

Patches:
Index: libvob/include/vob/irregu/Irregu.hxx
diff -u libvob/include/vob/irregu/Irregu.hxx:1.3 
libvob/include/vob/irregu/Irregu.hxx:1.4
--- libvob/include/vob/irregu/Irregu.hxx:1.3    Sat Apr 19 15:37:32 2003
+++ libvob/include/vob/irregu/Irregu.hxx        Sat Apr 19 15:50:38 2003
@@ -320,15 +320,16 @@
                DBG(dbg_irregu) << "Slice1D loop pos 3 \n";
 
                if (flags & DOTVEC_COLOR) {
-                   DBG(dbg_irregu) << "Slice1D loop opt3 \n";
                    float angle = flags & INTERP_DOTVEC ?
                        atan2(-norm[i].x, norm[i].y) :
                        atan2(pt[j].y - pt[i].y,
                              pt[j].x - pt[i].x); 
+                   DBG(dbg_irregu) << "Slice1D loop opt3 "<<angle<<" 
"<<angles<<" \n";
                    float dotvec[4] = {0,0,0,0};
                    setDotVec(angle, angles, dotvec);
                    glColor4fv(dotvec);
                }
+               DBG(dbg_irregu) << "Slice1D loop pos3.5 \n";
 
                GLenum u;
 
@@ -343,6 +344,8 @@
                    multiTexCoord(u++, a1q - d * q1 * d1, texscale * q1);
                }
                vertex(vert2[i][1] + shift1);
+
+               DBG(dbg_irregu) << "Slice1D loop pos4 \n";
 
                if (multi > 0) glColor4f(0,0,dy0,.5*dy0);
                colorfv(c0);




reply via email to

[Prev in Thread] Current Thread [Next in Thread]