This commit is contained in:
Daniel Collin 2009-03-10 13:58:05 +00:00
parent d818d544eb
commit ffbb590d25

View file

@ -42,6 +42,9 @@ public class SpaceGame extends SimpleGame {
environment = new Environment();
rootNode.attachChild(environment);
//light
//TODO
//sphere
Sphere s = new Sphere("Sphere", 30, 30, 25);
s.setLocalTranslation(new Vector3f(0,0,-40));