Skip to content

Commit

Permalink
Modified readme.
Browse files Browse the repository at this point in the history
  • Loading branch information
vanruesc committed Oct 3, 2017
1 parent 5b6bab1 commit c394622
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@
A post processing library that provides the means to implement 2D filter effects for [three.js](https://threejs.org/).

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


## Installation
Expand Down Expand Up @@ -75,8 +76,7 @@ export class MyPass extends Pass {

```

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


## Included Filters
Expand Down

0 comments on commit c394622

Please sign in to comment.