Move the light

This commit is contained in:
Eryn Wells 2013-09-11 22:11:44 -07:00
parent fcde85c642
commit 0e678938fe

View file

@ -41,7 +41,7 @@ main(int argc,
scene.add_shape(s2);
scene.add_shape(s3);
Light *l1 = new Light(Vector3(0.0, 240.0, -100.0), 1.0);
Light *l1 = new Light(Vector3(500.0, 100.0, 600.0), 1.0);
scene.add_light(l1);
// Render.