This commit is contained in:
parent
1bc2424920
commit
4b2c005553
1 changed files with 1 additions and 1 deletions
|
|
@ -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();
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue