Skip to content

Commit

Permalink
Update 06 Multiple lights.md
Browse files Browse the repository at this point in the history
勘误: 一下 -> 以下
  • Loading branch information
ryosga authored May 13, 2022
1 parent 3fe904a commit 09bc12e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/02 Lighting/06 Multiple lights.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ struct DirLight {
uniform DirLight dirLight;
```
接下来我们可以将<var>dirLight</var>传入一个有着一下原型的函数
接下来我们可以将<var>dirLight</var>传入一个有着以下原型的函数
```c++
vec3 CalcDirLight(DirLight light, vec3 normal, vec3 viewDir);
Expand Down

0 comments on commit 09bc12e

Please sign in to comment.