diff options
author | Sven Gothel <[email protected]> | 2019-12-31 18:23:02 +0100 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2019-12-31 18:23:02 +0100 |
commit | 332dd8550a2301427dd942d2a77cb59ebd3ec92e (patch) | |
tree | 0c860a40c05ba5b27d99770a433b922cbf685f70 /src/net/java/joglutils/msg/elements/GLProjectionMatrixElement.java | |
parent | 7ea189170b6ae75b7e15be43344a785eb56bb48a (diff) |
Diffstat (limited to 'src/net/java/joglutils/msg/elements/GLProjectionMatrixElement.java')
-rw-r--r-- | src/net/java/joglutils/msg/elements/GLProjectionMatrixElement.java | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/src/net/java/joglutils/msg/elements/GLProjectionMatrixElement.java b/src/net/java/joglutils/msg/elements/GLProjectionMatrixElement.java index c811ba4..f1a7a64 100644 --- a/src/net/java/joglutils/msg/elements/GLProjectionMatrixElement.java +++ b/src/net/java/joglutils/msg/elements/GLProjectionMatrixElement.java @@ -37,12 +37,11 @@ package net.java.joglutils.msg.elements; -import java.nio.*; -import javax.media.opengl.*; -import javax.media.opengl.glu.*; +import com.jogamp.opengl.GL2; +import com.jogamp.opengl.glu.GLU; -import net.java.joglutils.msg.math.*; -import net.java.joglutils.msg.misc.*; +import net.java.joglutils.msg.math.Mat4f; +import net.java.joglutils.msg.misc.State; /** Represents the projection matrix, which transforms view-space coordinates into screen-space coordinates, and performs |