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();