diff --git a/src/6.pbr/2.2.1.ibl_specular/2.2.1.prefilter.fs b/src/6.pbr/2.2.1.ibl_specular/2.2.1.prefilter.fs index ed37ef3..d6675ee 100644 --- a/src/6.pbr/2.2.1.ibl_specular/2.2.1.prefilter.fs +++ b/src/6.pbr/2.2.1.ibl_specular/2.2.1.prefilter.fs @@ -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; diff --git a/src/6.pbr/2.2.2.ibl_specular_textured/2.2.2.prefilter.fs b/src/6.pbr/2.2.2.ibl_specular_textured/2.2.2.prefilter.fs index ed37ef3..d6675ee 100644 --- a/src/6.pbr/2.2.2.ibl_specular_textured/2.2.2.prefilter.fs +++ b/src/6.pbr/2.2.2.ibl_specular_textured/2.2.2.prefilter.fs @@ -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;