Remove the second light

This commit is contained in:
Eryn Wells 2013-09-11 22:03:18 -07:00
parent 8a1934f957
commit 3646fa40ab

View file

@ -42,9 +42,7 @@ main(int argc,
scene.add_shape(s3);
Light *l1 = new Light(Vector3(0.0, 240.0, -100.0), 1.0);
Light *l2 = new Light(Vector3(640.0, 240.0, -10000.0), 0.6);
scene.add_light(l1);
scene.add_light(l2);
// Render.
scene.render();