Skip to content

Commit

Permalink
Updated example description
Browse files Browse the repository at this point in the history
  • Loading branch information
cmhhelgeson committed Oct 19, 2023
1 parent ecd8446 commit 3c25de5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sample/normalMap/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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: [
Expand Down

0 comments on commit 3c25de5

Please sign in to comment.