From 3c25de545bf0ee07c0d21e960401f1fdfd9ddcdf Mon Sep 17 00:00:00 2001 From: cmhhelgeson <62450112+cmhhelgeson@users.noreply.github.com> Date: Thu, 19 Oct 2023 16:02:29 -0700 Subject: [PATCH] Updated example description --- src/sample/normalMap/main.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/sample/normalMap/main.ts b/src/sample/normalMap/main.ts index b0528e59..95b5914c 100644 --- a/src/sample/normalMap/main.ts +++ b/src/sample/normalMap/main.ts @@ -369,7 +369,7 @@ const NormalMapping: () => JSX.Element = () => makeSample({ name: 'Normal Mapping', description: - 'This example shows how to apply normal maps to a textured mesh.', + "This example demonstrates multiple different methods that employ fragment shaders to achieve additional perceptual depth on a mesh's surface. Demonstrated methods include normal mapping, parallax mapping, and steep parallax mapping.", gui: true, init, sources: [