this.cameraMover = new CameraMover(app, this, 1f);
/*
* Clouds and sun
*/
Texture nuages = ResBag.getTexture(ResourceNames.NUAGES);
this.addChild(new RectBillboard(nuages, 8f * 15f,
6f * 15f, ZeroPointLocation.CENTER_CENTER, -30f));
Texture soleil = ResBag.getTexture(ResourceNames.SOLEIL);
this.addChild(new Transform(new RectBillboard(soleil,
8f * 2f, 6f * 2f, ZeroPointLocation.BOTTOM_CENTER, -25f))
.setTranslationZ(13f));
/*