Remove the second light
This commit is contained in:
parent
8a1934f957
commit
3646fa40ab
1 changed files with 0 additions and 2 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue