GLU: added quadricCallback(...) methods

GLUQuadricCallbacks: Should now be fully implemented

removed files:
See the README.txt file for more information.
This commit is contained in:
Luke Holden 2002-11-30 03:28:30 +00:00
parent b4adb68d25
commit 1ade683e2d
14 changed files with 269 additions and 189 deletions

View file

@ -353,4 +353,18 @@ public class GLU implements GLUConstants {
int slices,
int stacks
);
public native void quadricCallback(
int target,
int type,
String method
);
public native void quadricCallback(
int target,
int type,
Object obj,
String method
);
}