gzz-commits
[Top][All Lists]
Advanced

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

[Gzz-commits] gzz/test/gzz/gfx/gl glvobcoorder.test


From: Tuomas J. Lukka
Subject: [Gzz-commits] gzz/test/gzz/gfx/gl glvobcoorder.test
Date: Sun, 20 Oct 2002 07:55:01 -0400

CVSROOT:        /cvsroot/gzz
Module name:    gzz
Changes by:     Tuomas J. Lukka <address@hidden>        02/10/20 07:55:00

Modified files:
        test/gzz/gfx/gl: glvobcoorder.test 

Log message:
        Ah, disable texture_2d to test properly.

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/gzz/gzz/test/gzz/gfx/gl/glvobcoorder.test.diff?tr1=1.13&tr2=1.14&r1=text&r2=text

Patches:
Index: gzz/test/gzz/gfx/gl/glvobcoorder.test
diff -c gzz/test/gzz/gfx/gl/glvobcoorder.test:1.13 
gzz/test/gzz/gfx/gl/glvobcoorder.test:1.14
*** gzz/test/gzz/gfx/gl/glvobcoorder.test:1.13  Sun Oct 20 05:50:06 2002
--- gzz/test/gzz/gfx/gl/glvobcoorder.test       Sun Oct 20 07:55:00 2002
***************
*** 29,34 ****
--- 29,36 ----
            vs.map.clear()
            vs.map.put(SolidBgVob(Color.red))
            d = """
+               Disable TEXTURE_2D
+               Disable BLEND
                PointSize 3
                Color 1 1 1
                Begin POINTS
***************
*** 165,176 ****
  def testNadir():
  
      cs_nadir = c1.translate(0, 50, 100)  
!     cs_center = c1.translate(0, 50, 0)
      cs_rot = c1.nadirOrigin(cs_center, cs_nadir)
  
      checkTrans(vs1, cs_rot,
        [0, 0, 0,   0, 10, 0],
!       [50, 0, 0, 50, 10, 0],
        .1)
  
      c1.setTranslateParams(cs_center, 20, 100)
--- 167,178 ----
  def testNadir():
  
      cs_nadir = c1.translate(0, 50, 100)  
!     cs_center = c1.translate(0, 50, 20)
      cs_rot = c1.nadirOrigin(cs_center, cs_nadir)
  
      checkTrans(vs1, cs_rot,
        [0, 0, 0,   0, 10, 0],
!       [50, 20, 0, 50, 30, 0],
        .1)
  
      c1.setTranslateParams(cs_center, 20, 100)




reply via email to

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