Blender Git Loki
Git Commits -> Revision 8dea065
Revision 8dea065 by Lukas Stockner (master) November 18, 2015, 19:50 (GMT) |
Cycles: Add Blackman-Harris filter, fix Gaussian filter This commit adds the Blackman-Harris windows function as a pixel filter to Cycles. On some cases, such as wireframes or high-frequency textures, Blackman-Harris can give subtle but noticable improvements over the Gaussian window. Also, the gaussian window was truncated too early, which degraded quality a bit, therefore the evaluation region is now three times as wide. To avoid artifacts caused by the wider curve, the filter table size is increased to 1024. Reviewers: #cycles Differential Revision: https://developer.blender.org/D1453 |
Commit Details:
Full Hash: 8dea06565f11f706195c89dcfcd7867b887a0ff7
Parent Commit: 24a387d
Lines Changed: +16, -3