Skip to content

Commit 58b5a25

Browse files
authored
line 40 should be norm(V-Lp) ? (#3292)
1 parent 2f69c0a commit 58b5a25

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

windows-apps-src/graphics-concepts/camera-space-transformations.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ L<sub>dir</sub> = -norm(L<sub>dir</sub> \* wvMatrix)
3737

3838
For a point light and a spotlight, the direction to light is computed as follows:
3939

40-
L<sub>dir</sub> = norm(V \* Lₚ), where the parameters are defined in the following table.
40+
L<sub>dir</sub> = norm(V \- Lₚ), where the parameters are defined in the following table.
4141

4242
| Parameter | Default value | Type | Description |
4343
|-----------------|---------------|-----------------------------------------------|-----------------------------------------------------------|

0 commit comments

Comments
 (0)