summaryrefslogtreecommitdiffstats
path: root/src/net/java/joglutils/msg/collections/Vec4fCollection.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/collections/Vec4fCollection.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/collections/Vec4fCollection.java')
-rw-r--r--src/net/java/joglutils/msg/collections/Vec4fCollection.java6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/net/java/joglutils/msg/collections/Vec4fCollection.java b/src/net/java/joglutils/msg/collections/Vec4fCollection.java
index 2f940cd..1be28ef 100644
--- a/src/net/java/joglutils/msg/collections/Vec4fCollection.java
+++ b/src/net/java/joglutils/msg/collections/Vec4fCollection.java
@@ -37,10 +37,10 @@
package net.java.joglutils.msg.collections;
-import java.nio.*;
+import java.nio.FloatBuffer;
-import net.java.joglutils.msg.impl.*;
-import net.java.joglutils.msg.math.*;
+import net.java.joglutils.msg.impl.BufferFactory;
+import net.java.joglutils.msg.math.Vec4f;
/** Provides the abstraction of a collection of Vec4f objects while
allowing access to the backing store in the form of a direct