gzz-commits
[Top][All Lists]
Advanced

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

[Gzz-commits] gzz/doc/pegboard/vob_addtolistgl--tjl peg.rst


From: Tuomas J. Lukka
Subject: [Gzz-commits] gzz/doc/pegboard/vob_addtolistgl--tjl peg.rst
Date: Sat, 11 Jan 2003 13:54:24 -0500

CVSROOT:        /cvsroot/gzz
Module name:    gzz
Changes by:     Tuomas J. Lukka <address@hidden>        03/01/11 13:54:23

Modified files:
        doc/pegboard/vob_addtolistgl--tjl: peg.rst 

Log message:
        Name change req'd by benja

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/gzz/gzz/doc/pegboard/vob_addtolistgl--tjl/peg.rst.diff?tr1=1.2&tr2=1.3&r1=text&r2=text

Patches:
Index: gzz/doc/pegboard/vob_addtolistgl--tjl/peg.rst
diff -u gzz/doc/pegboard/vob_addtolistgl--tjl/peg.rst:1.2 
gzz/doc/pegboard/vob_addtolistgl--tjl/peg.rst:1.3
--- gzz/doc/pegboard/vob_addtolistgl--tjl/peg.rst:1.2   Sat Jan 11 13:52:29 2003
+++ gzz/doc/pegboard/vob_addtolistgl--tjl/peg.rst       Sat Jan 11 13:54:23 2003
@@ -3,8 +3,8 @@
 =============================================================
 
 :Author:       Tuomas J. Lukka
-:Last-Modified: $Date: 2003/01/11 18:52:29 $
-:Revision:     $Revision: 1.2 $
+:Last-Modified: $Date: 2003/01/11 18:54:23 $
+:Revision:     $Revision: 1.3 $
 :Status:       Incomplete
 :Stakeholders:         mudyc, benja, humppake
 :Scope:                Minor
@@ -42,9 +42,9 @@
 
 in Vob with
 
-    int getIndexGL(VobScene vs)
-    int getIndexGL(VobScene vs, int cs1)
-    int getIndexGL(VobScene vs, int cs1, int cs2)
+    int putGL(VobScene vs)
+    int putGL(VobScene vs, int cs1)
+    int putGL(VobScene vs, int cs1, int cs2)
 
 which returns the integer to be added to the vobmap. The methods' default
 implementations will throw an error for adding with the wrong number of 
coordsys.
@@ -57,7 +57,7 @@
 Renderable0 &c will implement these.
 
 As for GLVobMap, the behaviour is specified so that calling put() will
-cause getIndexGL() to be called immediately, so that any vobs placed therein
+cause putGL() to be called immediately, so that any vobs placed therein
 will be placed immediately in the list.
 
 Analoguous changes in Vob3.




reply via email to

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