This commit is contained in:
Daniel Collin 2009-03-10 16:34:11 +00:00
parent 1bc2424920
commit 4b2c005553

View file

@ -45,7 +45,7 @@ public class SpaceGame extends SimplePhysicsGame {
//TODO //TODO
//sphere //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.setLocalTranslation(new Vector3f(0,0,-40));
s.setModelBound(new BoundingBox()); s.setModelBound(new BoundingBox());
s.updateModelBound(); s.updateModelBound();