mirror of
https://github.com/shadowfacts/lwjgl2-arm64.git
synced 2026-04-05 22:45:50 +00:00
Made gluUnproject and gluProject prettier
This commit is contained in:
parent
83961b55a6
commit
820f622f73
3 changed files with 12 additions and 20 deletions
|
|
@ -100,9 +100,7 @@ public class GLU implements GLUConstants {
|
|||
DoubleBuffer modelMatrix,
|
||||
DoubleBuffer projMatrix,
|
||||
IntBuffer viewport,
|
||||
DoubleBuffer winx,
|
||||
DoubleBuffer winy,
|
||||
DoubleBuffer winz
|
||||
DoubleBuffer win
|
||||
);
|
||||
|
||||
public static native int gluUnProject(
|
||||
|
|
@ -112,9 +110,7 @@ public class GLU implements GLUConstants {
|
|||
DoubleBuffer modelMatrix,
|
||||
DoubleBuffer projMatrix,
|
||||
IntBuffer viewport,
|
||||
DoubleBuffer objx,
|
||||
DoubleBuffer objy,
|
||||
DoubleBuffer objz
|
||||
DoubleBuffer obj
|
||||
);
|
||||
|
||||
public static native int gluScaleImage(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue