From 354041e8d61571b25c6eeb672537a013d3e0fa60 Mon Sep 17 00:00:00 2001 From: Jesse Morgan Date: Fri, 11 Feb 2011 18:53:32 +0000 Subject: Broke the grabbing code but added Alden's collision code. Not sure if its working yet since my Mac doesn't like it. --- src/tesseract/objects/Physical.java | 23 ----------------------- 1 file changed, 23 deletions(-) delete mode 100644 src/tesseract/objects/Physical.java (limited to 'src/tesseract/objects/Physical.java') diff --git a/src/tesseract/objects/Physical.java b/src/tesseract/objects/Physical.java deleted file mode 100644 index 40d50ee..0000000 --- a/src/tesseract/objects/Physical.java +++ /dev/null @@ -1,23 +0,0 @@ -package tesseract.objects; - -import javax.vecmath.Vector3f; - -/** - * This interface is applied to any object that has a position in the world. - * - * @author Jesse Morgan - */ -public interface Physical { - - /** - * @return The position of the object in the world. - */ - Vector3f getPosition(); - - /** - * Set the object's position. - * - * @param position The new position. - */ - void setPosition(Vector3f position); -} -- cgit v1.2.3