Skip to content

Commit a6d4475

Browse files
committed
make the side we are looking at bright
1 parent 681df81 commit a6d4475

File tree

1 file changed

+1
-1
lines changed
  • basics/game-objects-and-scripts/src

1 file changed

+1
-1
lines changed

basics/game-objects-and-scripts/src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ fn init(state: &mut State) {
187187
state.eye.y = Radians(TAU / 4.);
188188
state.eye.z = Radians(0.);
189189
state.eye.radius = 10.;
190-
state.light_dir = vec3!(1., -1., -1.);
190+
state.light_dir = vec3!(1., -1., 1.);
191191
state.center = vec3!();
192192
}
193193

0 commit comments

Comments
 (0)