summaryrefslogtreecommitdiffstats
path: root/src/gleem/ManipPartTriBased.java
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2015-02-03 01:16:05 +0100
committerSven Gothel <[email protected]>2015-02-03 01:16:05 +0100
commitb32c5de0d658a0e41eabe6590da20bc8300c0dae (patch)
treed022fecab71be00412f52ecd528900e2966625d1 /src/gleem/ManipPartTriBased.java
parent4392e90ea2909d89895d992833bf9e71ae922a1d (diff)
Bug 682 - Relocating javax.media.opengl.* -> com.jogamp.opengl.* (Part 1)
Diffstat (limited to 'src/gleem/ManipPartTriBased.java')
-rw-r--r--src/gleem/ManipPartTriBased.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gleem/ManipPartTriBased.java b/src/gleem/ManipPartTriBased.java
index 195f613..ec88319 100644
--- a/src/gleem/ManipPartTriBased.java
+++ b/src/gleem/ManipPartTriBased.java
@@ -42,7 +42,7 @@ package gleem;
import java.util.*;
import gleem.linalg.*;
-import javax.media.opengl.*;
+import com.jogamp.opengl.*;
/** Triangle-based manipulator part. This is the base class for most
of the ManipParts that GLEEM uses internally. You can feel free to