This test was taken from Processing.org which tests to make
sure the ambient() works correctly on a sphere.
// Test by Andor Salga size(200,200, P3D); lightFalloff(10,0,0); ambientLight(255,0,0, 0, 9000,0); noStroke(); translate(width/2, height/2, 30); sphere(30);