summaryrefslogtreecommitdiffstats
path: root/src/net/java/joglutils/msg/elements/GLTextureCoordinateElement.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/net/java/joglutils/msg/elements/GLTextureCoordinateElement.java')
-rw-r--r--src/net/java/joglutils/msg/elements/GLTextureCoordinateElement.java9
1 files changed, 5 insertions, 4 deletions
diff --git a/src/net/java/joglutils/msg/elements/GLTextureCoordinateElement.java b/src/net/java/joglutils/msg/elements/GLTextureCoordinateElement.java
index 50a871c..a5d793c 100644
--- a/src/net/java/joglutils/msg/elements/GLTextureCoordinateElement.java
+++ b/src/net/java/joglutils/msg/elements/GLTextureCoordinateElement.java
@@ -37,11 +37,12 @@
package net.java.joglutils.msg.elements;
-import java.nio.*;
-import javax.media.opengl.*;
-import javax.media.opengl.glu.*;
+import java.nio.FloatBuffer;
-import net.java.joglutils.msg.misc.*;
+import com.jogamp.opengl.GL2;
+import com.jogamp.opengl.glu.GLU;
+
+import net.java.joglutils.msg.misc.State;
/** Represents the current set of texture coordinates, which are
applied on a per-vertex basis to any drawn geometry, and performs