Skip to content

Commit 433973e

Browse files
committed
missed lightPositionZ update
1 parent 1ead266 commit 433973e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lesson13/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -685,7 +685,7 @@ <h2>Point light:</h2>
685685
<td><b>Location:</b>
686686
<td>X: <input type="text" id="lightPositionX" value="0.0" />
687687
<td>Y: <input type="text" id="lightPositionY" value="0.0" />
688-
<td>Z: <input type="text" id="lightPositionZ" value="-5.0" />
688+
<td>Z: <input type="text" id="lightPositionZ" value="-3.9" />
689689
</tr>
690690
<tr>
691691
<td><b>Colour:</b>

0 commit comments

Comments
 (0)