summaryrefslogtreecommitdiffstats
path: root/src/net/java/joglutils/msg/nodes/Camera.java
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2019-12-31 18:23:02 +0100
committerSven Gothel <[email protected]>2019-12-31 18:23:02 +0100
commit332dd8550a2301427dd942d2a77cb59ebd3ec92e (patch)
tree0c860a40c05ba5b27d99770a433b922cbf685f70 /src/net/java/joglutils/msg/nodes/Camera.java
parent7ea189170b6ae75b7e15be43344a785eb56bb48a (diff)
Enable compilation using JogAmp 2.4.0 (one demo needs vecmath, dependency issue)HEADmaster
Diffstat (limited to 'src/net/java/joglutils/msg/nodes/Camera.java')
-rw-r--r--src/net/java/joglutils/msg/nodes/Camera.java19
1 files changed, 16 insertions, 3 deletions
diff --git a/src/net/java/joglutils/msg/nodes/Camera.java b/src/net/java/joglutils/msg/nodes/Camera.java
index 250d3d1..42f70c4 100644
--- a/src/net/java/joglutils/msg/nodes/Camera.java
+++ b/src/net/java/joglutils/msg/nodes/Camera.java
@@ -37,9 +37,22 @@
package net.java.joglutils.msg.nodes;
-import net.java.joglutils.msg.actions.*;
-import net.java.joglutils.msg.elements.*;
-import net.java.joglutils.msg.math.*;
+import net.java.joglutils.msg.actions.Action;
+import net.java.joglutils.msg.actions.GLRenderAction;
+import net.java.joglutils.msg.actions.RayPickAction;
+import net.java.joglutils.msg.elements.GLModelMatrixElement;
+import net.java.joglutils.msg.elements.GLProjectionMatrixElement;
+import net.java.joglutils.msg.elements.GLViewingMatrixElement;
+import net.java.joglutils.msg.elements.ModelMatrixElement;
+import net.java.joglutils.msg.elements.ProjectionMatrixElement;
+import net.java.joglutils.msg.elements.ViewingMatrixElement;
+import net.java.joglutils.msg.math.Line;
+import net.java.joglutils.msg.math.Mat4f;
+import net.java.joglutils.msg.math.Rotf;
+import net.java.joglutils.msg.math.SingularMatrixException;
+import net.java.joglutils.msg.math.Vec2f;
+import net.java.joglutils.msg.math.Vec3f;
+import net.java.joglutils.msg.math.Vec4f;
/** Represents a camera which is used to view the scene. The camera
should be added to the scene graph before the geometry it is