Skip to content

Commit c394622

Browse files
committed
Modified readme.
1 parent 5b6bab1 commit c394622

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@
77
A post processing library that provides the means to implement 2D filter effects for [three.js](https://threejs.org/).
88

99
*[Extensive Demo](https://vanruesc.github.io/postprocessing/public/demo) ∴
10-
[API Reference](https://vanruesc.github.io/postprocessing/public/docs)*
10+
[API Reference](https://vanruesc.github.io/postprocessing/public/docs) ∴
11+
[Wiki](https://github.com/vanruesc/postprocessing/wiki)*
1112

1213

1314
## Installation
@@ -75,8 +76,7 @@ export class MyPass extends Pass {
7576

7677
```
7778

78-
Passes don't have to use the buffers that are provided in the render method.
79-
Writing self-contained render-to-texture passes is also a feasible option.
79+
See the [Wiki](https://github.com/vanruesc/postprocessing/wiki/Custom-Passes) for more information.
8080

8181

8282
## Included Filters

0 commit comments

Comments
 (0)