Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 463 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 463 Bytes

Single-context Usage Example for merge-pass

This is an example of how to implement the post-processing library merge-pass into your own project with a single WebGL2 context and only textures. Do

npm install
npm run build

to generate the necessary bundle.js. Then open example.html in Chrome or Firefox.

For more examples, go to this site.