diff options
Diffstat (limited to 'src/net/java/joglutils/msg/nodes/DepthTest.java')
-rw-r--r-- | src/net/java/joglutils/msg/nodes/DepthTest.java | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/net/java/joglutils/msg/nodes/DepthTest.java b/src/net/java/joglutils/msg/nodes/DepthTest.java index 7d3963f..cdd420b 100644 --- a/src/net/java/joglutils/msg/nodes/DepthTest.java +++ b/src/net/java/joglutils/msg/nodes/DepthTest.java @@ -36,10 +36,10 @@ package net.java.joglutils.msg.nodes; -import javax.media.opengl.*; - -import net.java.joglutils.msg.actions.*; -import net.java.joglutils.msg.elements.*; +import net.java.joglutils.msg.actions.Action; +import net.java.joglutils.msg.actions.GLRenderAction; +import net.java.joglutils.msg.elements.DepthTestElement; +import net.java.joglutils.msg.elements.GLDepthTestElement; /** Represents depth test state. */ public class DepthTest extends Node { |