Planet uriel = new Planet("uriel", "uriel.jpg", 60);
uriel.setPosition(3000, -200, -1200);
addEntity(uriel);
*/
Sun sung = new Sun("Sun");
sung.setPosition(0, 0, 0);
mapNode.addLight(sung.getLight());
Pollux.get().getStateManager().getPlanetAnimation().setSunLocation(sung.getLocalTranslation());
addEntity(sung);
//ship = new Ship("Falcon", "Models/Falcon/Body.mesh.xml");