Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/hughsk/three-copyshader

Browserify-friendly version of `THREE.CopyShader`
https://github.com/hughsk/three-copyshader

Last synced: 8 days ago
JSON representation

Browserify-friendly version of `THREE.CopyShader`

Awesome Lists containing this project

README

        

# three-copyshader #

Browserify-friendly version of `THREE.CopyShader`, which is used for drawing
full-screen textured quads when post-processing in
[three-effectcomposer](http://github.com/hughsk/three-effectcomposer).

Full credit goes to [@alteredq](http://github.com/alteredq) for writing this,
the original source can be found
[here](http://mrdoob.github.com/three.js/examples/webgl_postprocessing.html).

## Installation ##

``` bash
npm install three-copyshader
```