size(200, 200, P3D); background(0); lights(); // Lumière par défaut noStroke(); // Pas de surlignage des frontières des objets pushMatrix(); translate(47, height/2, 0); rotateY(0.75); box(50); popMatrix(); pushMatrix(); translate(200, height/2, 0); sphere(100); popMatrix();