-
Notifications
You must be signed in to change notification settings - Fork 9
Download
Joon Hyub Lee edited this page Aug 1, 2013
·
26 revisions
Home > Download
Date | Version | Link |
---|---|---|
Jul 17, 2013 | v1.02 | [Download][102] |
Jun 23, 2013 | v0.99 | |
Jun 20, 2013 | v0.98 |
View download count. [102]: http://joonsrendererdownload.appspot.com/joons102.zip
v1.02
- Changed names of some methods and parameters. (Jul 17, 2013)
v1.01
- Removed unnecessary methods from JRImagePanel. (Jul 1, 2013)
- Removed bokeh shape function, use only setDOF(focusDistance, lensRadius). (Jul 1, 2013)
- Removed cornellBox(). Use background("cornell_box", params) instead. (Jul 1, 2013)
- Made error texts less verbose. (Jul 1, 2013)
v1.00
- Removed -2 ~ 2 restriction on minAA and maxAA. (Jun 24, 2013)
- Added fill, DOF and animation examples to the library ZIP. (Jun 24, 2013)
v0.99
- Updated some constants. (Jun 23, 2013)
- Internalized image flipping process. Uninversed PNG file is no longer generated. (Jun 23, 2013)
- Library ZIP formatted following the Processing standard. (Jun 23, 2013)
v0.98
- Written an example sketch, which contains pretty much everything. (Jun 17, 2013)
- Fixed flckering in Processing 2.0. JRRecorder records only once when needed, after render() is called. Internalized rendering & rendered booleans. (Jun 17, 2013)