Release 2014-07-25
brianchirls
released this
25 Jul 20:04
·
106 commits
to master
since this release
New Features/Improvements
- Ability to set default input values on any effect as an option #59
- Changed TV Glitch time to be based on seconds, not milliseconds
- Auto scaling for Camera Shake #44
- Allow effects to become "ready" even if unneeded sources are not ready
- Don't need to resize Select effect and all subsequent nodes on every draw
- Callback function in
go
provides high-precision time as first parameter - Exposure effect makes more sense
New Plugins
- Color Select effect
- Mirror effect
- Three.js source plugin
- Fast Approximate Anti-Aliasing (FXAA) effect
- Gradient Wipe effect
New Examples
- Mirror examples, image and camera
- Three.js source example
- Gradient Wipe example
Bug fixes
- Fixed broken scanlines effect
- Update Source node when src changes (#63)
- Fix incorrect value from checkboxes
- Safer handling of lost context
Misc.
- Remove html5slider (#47)
- Move video source into a plugin