spelling: simplifying

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
Josh Soref
2023-01-18 08:35:01 -05:00
parent fe41bb2211
commit 2342247397
2 changed files with 2 additions and 2 deletions

View File

@@ -65,7 +65,7 @@ void main()
{
vec3 N = normalize(WorldPos);
// make the simplyfying assumption that V equals R equals the normal
// make the simplifying assumption that V equals R equals the normal
vec3 R = N;
vec3 V = R;

View File

@@ -65,7 +65,7 @@ void main()
{
vec3 N = normalize(WorldPos);
// make the simplyfying assumption that V equals R equals the normal
// make the simplifying assumption that V equals R equals the normal
vec3 R = N;
vec3 V = R;