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