mirror of
https://github.com/shadowfacts/lwjgl2-arm64.git
synced 2026-04-05 14:35:58 +00:00
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:
parent
b4adb68d25
commit
1ade683e2d
14 changed files with 269 additions and 189 deletions
|
|
@ -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
|
||||
);
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue