Skip to content

Commit 625fc32

Browse files
committed
Update examples link
1 parent 39feb09 commit 625fc32

2 files changed

Lines changed: 7 additions & 7 deletions

File tree

app/tag-data.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
2-
"react": 2,
3-
"global-state": 2,
4-
"valtio": 1,
5-
"zustand": 1,
62
"react-three-fiber": 1,
73
"glsl": 1,
84
"shaders": 1,
95
"vfx": 1,
10-
"pmndrs": 1,
6+
"react": 2,
7+
"global-state": 2,
8+
"zustand": 1,
9+
"valtio": 1,
1110
"xr": 1,
12-
"react-three": 1
11+
"react-three": 1,
12+
"pmndrs": 1
1313
}

data/blog/creating-flow-shield.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -375,6 +375,6 @@ In practice, this means you can easily adapt the effect to different styles just
375375
<source src="/static/blog/creating-flow-shield/full-tweeking-cut.mp4" />
376376
</video>
377377

378-
You can try it out in the [**interactive demo**](https://pmndrs.github.io/examples/flow-shield/).
378+
You can try it out in the [**interactive demo**](https://pmndrs.github.io/examples/demos/flow-shield?nav=closed).
379379

380380
If you'd like to explore the implementation in more detail, I also made a video on my [**YouTube**](https://youtu.be/v7tWJtHXw2k) channel where I walk through how to integrate the shader into your project. You'll also find other breakdowns of similar real-time VFX and shader experiments like this one.

0 commit comments

Comments
 (0)