Appearance boxAppear = new Appearance();
boxAppear.setColoringAttributes(ca);*/
//Box box = new Box(x, y, z, boxAppear);
//Box box = new Box();
DirectionalLight light2 = new DirectionalLight();
light2.setDirection(new Vector3f(0.1f, -0.5f, 0.1f));
//light.setColor(new Color3f(0.5f, 0.5f, 0.5f));
light2.setInfluencingBounds(new BoundingSphere(new Point3d(0, 0, 0), 80));
voiture2.addChild(light2);
voiture2tg.addChild(CreateurVoiturePeugeot.creerForme(false));
voiture2.addChild(voiture2tg);
voiture2.compile();