gzz-commits
[Top][All Lists]
Advanced

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

[Gzz-commits] gzz ./TODO gfx/jni/GzzGL-jni.cxx


From: Tuomas J. Lukka
Subject: [Gzz-commits] gzz ./TODO gfx/jni/GzzGL-jni.cxx
Date: Wed, 18 Sep 2002 04:34:01 -0400

CVSROOT:        /cvsroot/gzz
Module name:    gzz
Changes by:     Tuomas J. Lukka <address@hidden>        02/09/18 04:34:01

Modified files:
        .              : TODO 
        gfx/jni        : GzzGL-jni.cxx 

Log message:
        Comment out to make compile again

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/gzz/gzz/TODO.diff?tr1=1.110&tr2=1.111&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/gzz/gzz/gfx/jni/GzzGL-jni.cxx.diff?tr1=1.20&tr2=1.21&r1=text&r2=text

Patches:
Index: gzz/TODO
diff -c gzz/TODO:1.110 gzz/TODO:1.111
*** gzz/TODO:1.110      Wed Sep 18 03:38:29 2002
--- gzz/TODO    Wed Sep 18 04:34:01 2002
***************
*** 42,47 ****
--- 42,49 ----
        - UML and APIs of ImageCache
        - implementation of ImageCache
      jvk:
+       - Distortion view coordinate systems: even at large zoom, avoid
+         going on top of self..
        - irregularframe:
            - a new Renderable, which takes two coordinate
              systems, one for the tearaway part and another
***************
*** 55,61 ****
                  it *IS* supposed to ripple, not glide. If this
                  is unclear, talk to Tjl
            - sharper peaks, better (faster, preferably one-pass) edges
-       - Distortion view coordinate systems.
        - think about the second row of 
          Documentation/Presentations/General2002/script.html
          How could we easiest show the basis textures and 
--- 57,62 ----
Index: gzz/gfx/jni/GzzGL-jni.cxx
diff -c gzz/gfx/jni/GzzGL-jni.cxx:1.20 gzz/gfx/jni/GzzGL-jni.cxx:1.21
*** gzz/gfx/jni/GzzGL-jni.cxx:1.20      Wed Sep 18 04:04:05 2002
--- gzz/gfx/jni/GzzGL-jni.cxx   Wed Sep 18 04:34:01 2002
***************
*** 273,284 ****
--- 273,286 ----
  
  // ImageCache
  
+ /*
  JNIEXPORT void JNICALL Java_gzz_gfx_gl_GZZGL_getImage
    (JNIEnv *env, jclass, jstring juri, jint lod) {
      string uri = new string((*env)->GetStringUTFChars(env, jstr, 0));
      (*env)->ReleaseStringUTFChars(env, jstr, str);
      imageCache->getPixbuf();
    }
+   */
  
  // Image
  




reply via email to

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