From 332dd8550a2301427dd942d2a77cb59ebd3ec92e Mon Sep 17 00:00:00 2001 From: Sven Gothel Date: Tue, 31 Dec 2019 18:23:02 +0100 Subject: Enable compilation using JogAmp 2.4.0 (one demo needs vecmath, dependency issue) --- src/net/java/joglutils/msg/collections/Vec4fCollection.java | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/net/java/joglutils/msg/collections/Vec4fCollection.java') 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 -- cgit v1.2.3