fand / veda

⚡VJ / Live Coding on Atom⚡
http://veda.gl/
MIT License
509 stars 34 forks source link

Multipass Rendering #29

Closed fand closed 7 years ago

fand commented 7 years ago

In this PR, we can do multipass rendering by adding PASSES property to settings. For example, the setting below renders 2 passes per frame.

{
    "PASSES": [{
        "TARGET": "renderBuffer"
    }, {}]
}

This setting format is based on ISF, but is different in some points.