Skip to content

Commit

Permalink
fix: minor Markdown syntax error (#142)
Browse files Browse the repository at this point in the history
  • Loading branch information
mastni authored Jan 4, 2025
1 parent 8d05dbf commit 4821050
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tutorials/v8.0.0/fishPond/step5/step5-content.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Let's be a bit extra and simulate distortion effect from the water.

PixiJS comes with a handful of filters built-in and many dozens of fancy ones on the (PixiJS Filters package)[https://github.com/pixijs/filters]. Here, we will be using the displacement filter for the distortion, which is built-in to the native PixiJS so we do not have to install any additional filter packages.
PixiJS comes with a handful of filters built-in and many dozens of fancy ones on the [PixiJS Filters package](https://github.com/pixijs/filters). Here, we will be using the displacement filter for the distortion, which is built-in to the native PixiJS so we do not have to install any additional filter packages.

Displacement filter requires a sprite as a parameter for its options object. We will need to create a sprite from the displacement map asset and set its base texture's wrap mode to be 'repeat' so that the shader can tile and repeated it.

Expand Down

0 comments on commit 4821050

Please sign in to comment.