Blender Git Commit Log
Git Commits -> Revision 7ac2731
Revision 7ac2731 by Robert Wenzlaff (master) October 19, 2003, 21:08 (GMT) |
Unified renderer OSA sample clipping: User info: This change limits the contribution of any OSA sample to 1.0 per color in the Unified renderer. Because color=1.0 gives fully saturated color, samples contributing more than 1.0 were overweighted in the OSA average causing aliasing (sometimes quite severe). Samples can contribute more than 1.0 because a material's spec and refl values are not normalized (In real world spec+refl <= 1.0). This solves a large class of aliasing problems in the unified renderer. Coder Info: None. |
Commit Details:
Full Hash: 7ac2731e63e0102583238541ee9dd786b9ff3746
SVN Revision: 1357
Parent Commit: d5322a6
Lines Changed: +7, -5
1 Modified Path:
/source/blender/render/intern/source/pixelblending.c (+7, -5) (Diff)