Lighting.init();
// create satellites after initialising lighting
satellites = new LinkedList<Satellite>();
satellites.add(new Satellite(5.0f, 1.0f, 0.9f, 0.7f, 200.0f, 0.85f, 4.0f, 50.0f, 0.0f, 0.2f, 0.979796f, 1.6f,
goManager));
satellites.add(new Satellite(1.0f, 0.4f, 0.5f, 1.0f, 60.0f, 0.4f, 0.0f, 10.0f, 0.8666f, 0.5f, 0.0f, 0.6f,
goManager));
flying = MenuState.FlyingDirection.IN;
posZ = 25.5f + 1000.0f;
destPosZ = 25.5f;