Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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`
- Host: GitHub
- URL: https://github.com/hughsk/three-copyshader
- Owner: hughsk
- Created: 2013-01-28T03:57:04.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2013-01-28T03:57:23.000Z (almost 12 years ago)
- Last Synced: 2024-10-17T16:39:16.551Z (22 days ago)
- Language: JavaScript
- Size: 90.8 KB
- Stars: 2
- Watchers: 4
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```