/[gzz]/gzz/gfx/jni/GzzGL-jni.cxx
ViewVC logotype

Diff of /gzz/gfx/jni/GzzGL-jni.cxx

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.40 by tjl, Mon Sep 30 22:20:28 2002 UTC revision 1.41 by humppake, Tue Oct 1 11:44:29 2002 UTC
# Line 1077  JNIEXPORT jboolean JNICALL Java_gzz_gfx_ Line 1077  JNIEXPORT jboolean JNICALL Java_gzz_gfx_
1077    
1078        Coords::CoordSet coordset;        Coords::CoordSet coordset;
1079        coordset.clean();        coordset.clean();
1080        coordset.setPoints(ninds, inds, pts, 0, 0, 0, 0, true);        coordset.setPoints((int)ninds, (int*)inds,
1081                             (float*)pts, (int*)0,
1082                             (int*)0, (float*)0,
1083                             (float)0, (bool)true);
1084    
1085       int arrayLength = env->GetArrayLength(j_points);       int arrayLength = env->GetArrayLength(j_points);
1086       jfloat *points = env->GetFloatArrayElements(j_points, 0);       jfloat *points = env->GetFloatArrayElements(j_points, 0);

Legend:
Removed from v.1.40  
changed lines
  Added in v.1.41

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26