We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f69c0a commit 58b5a25Copy full SHA for 58b5a25
windows-apps-src/graphics-concepts/camera-space-transformations.md
@@ -37,7 +37,7 @@ L<sub>dir</sub> = -norm(L<sub>dir</sub> \* wvMatrix)
37
38
For a point light and a spotlight, the direction to light is computed as follows:
39
40
-L<sub>dir</sub> = norm(V \* Lₚ), where the parameters are defined in the following table.
+L<sub>dir</sub> = norm(V \- Lₚ), where the parameters are defined in the following table.
41
42
| Parameter | Default value | Type | Description |
43
|-----------------|---------------|-----------------------------------------------|-----------------------------------------------------------|
0 commit comments