//sketch_3D_test void setup() { size(500, 400, P3D); } void draw() { noStroke(); lights(); fill(0, 255,255); translate(250,200, 0); sphere(100); }