From 4b2c0055539d5a8abc0fffd8db199a33c5fcf191 Mon Sep 17 00:00:00 2001 From: Daniel Collin Date: Tue, 10 Mar 2009 16:34:11 +0000 Subject: [PATCH] --- src/sg/SpaceGame.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/sg/SpaceGame.java b/src/sg/SpaceGame.java index 2e174a1..325e116 100644 --- a/src/sg/SpaceGame.java +++ b/src/sg/SpaceGame.java @@ -45,7 +45,7 @@ public class SpaceGame extends SimplePhysicsGame { //TODO //sphere - Sphere s = new Sphere("Sphere", 30, 30, 25); + Sphere s = new Sphere("Sphere", 10, 10, 25); s.setLocalTranslation(new Vector3f(0,0,-40)); s.setModelBound(new BoundingBox()); s.updateModelBound();