Skip to content

Commit

Permalink
Two lights
Browse files Browse the repository at this point in the history
  • Loading branch information
ritvikkar committed Feb 24, 2017
1 parent 19a94dd commit 9b1ef18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Part_2/59/590mainShadowing.c
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,7 @@ int initializeCameraLight(void) {

lightSetType(&lightB, lightSPOT);
vecSet(3, vec, 45.0, 30.0, 20.0);
lightShineFrom(&lightB, vec, M_PI * 3.0 / 4.0, M_PI * 3.0 / 4.0);
lightShineFrom(&lightB, vec, M_PI * 1.0 / 4.0, M_PI * 3.0 / 4.0);
vecSet(3, vec, 1.0, 0.5, 0.7);
lightSetColor(&lightB, vec);
vecSet(3, vec, 1.0, 0.0, 0.0);
Expand Down

0 comments on commit 9b1ef18

Please sign in to comment.