fix image paths in shader/README.md
This commit is contained in:
parent
67b4a8f84d
commit
e4d7f8619e
|
@ -5,16 +5,16 @@ A few examples on how to implement custom shaders in Pixel. Please note I am not
|
|||
|
||||
## fast radial blurring effect
|
||||
|
||||
![](/fastblur.gif)
|
||||
![](fastblur.gif)
|
||||
|
||||
## long exposure-ish effect
|
||||
|
||||
![](/exposure.gif)
|
||||
![](exposure.gif)
|
||||
|
||||
## grayscale (from wiki tutorial)
|
||||
|
||||
![](/grayscale.png)
|
||||
![](grayscale.png)
|
||||
|
||||
## wavy (from wiki tutorial)
|
||||
|
||||
![](/wavy.gif)
|
||||
![](wavy.gif)
|
||||
|
|
Loading…
Reference in New Issue