gzz-commits
[Top][All Lists]
Advanced

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

[Gzz-commits] gzz/gfx/demo/nic stencildepth.py


From: Benja Fallenstein
Subject: [Gzz-commits] gzz/gfx/demo/nic stencildepth.py
Date: Tue, 17 Sep 2002 07:55:59 -0400

CVSROOT:        /cvsroot/gzz
Module name:    gzz
Changes by:     Benja Fallenstein <address@hidden>      02/09/17 07:55:59

Modified files:
        gfx/demo/nic   : stencildepth.py 

Log message:
        gl depth isn't right yet-- commit a change that shows it

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/gzz/gzz/gfx/demo/nic/stencildepth.py.diff?tr1=1.3&tr2=1.4&r1=text&r2=text

Patches:
Index: gzz/gfx/demo/nic/stencildepth.py
diff -c gzz/gfx/demo/nic/stencildepth.py:1.3 
gzz/gfx/demo/nic/stencildepth.py:1.4
*** gzz/gfx/demo/nic/stencildepth.py:1.3        Mon Sep 16 06:09:03 2002
--- gzz/gfx/demo/nic/stencildepth.py    Tue Sep 17 07:55:59 2002
***************
*** 1,11 ****
! # 
  # Copyright (c) 2002, Benja Fallenstein
  # 
  # You may use and distribute under the terms of either the GNU Lesser
  # General Public License, either version 2 of the license or,
  # at your choice, any later version. Alternatively, you may use and
  # distribute under the terms of the XPL.
! # 
  # See the LICENSE.lgpl and LICENSE.xpl files for the specific terms of
  # the licenses.
  # 
--- 1,11 ----
! #
  # Copyright (c) 2002, Benja Fallenstein
  # 
  # You may use and distribute under the terms of either the GNU Lesser
  # General Public License, either version 2 of the license or,
  # at your choice, any later version. Alternatively, you may use and
  # distribute under the terms of the XPL.
! #
  # See the LICENSE.lgpl and LICENSE.xpl files for the specific terms of
  # the licenses.
  # 
***************
*** 63,70 ****
      def scene(self, vs):
          putnoc(vs, background((0.7,0.6,0.9)))
  
-         put(50, 50, 10, '1', vs, 0)
          put(80, 80, 20, '2', vs, 0)
  
        put(250, 50, 10, '3', vs, 1)
        put(280, 80, 20, '4', vs, 1)
--- 63,70 ----
      def scene(self, vs):
          putnoc(vs, background((0.7,0.6,0.9)))
  
          put(80, 80, 20, '2', vs, 0)
+         put(50, 50, 10, '1', vs, 0)
  
        put(250, 50, 10, '3', vs, 1)
        put(280, 80, 20, '4', vs, 1)




reply via email to

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