Skip to content

3.3.2

Latest
Compare
Choose a tag to compare
@kostrykin kostrykin released this 24 Jun 17:09
· 4 commits to master since this release

Fixes a six-year-old bug in presets::VolumeRenderingStage which caused rendering artifacts at specific angles when rendering strongly anistropic volumes. There was a work-around previously implemented which, however, was not 100% reliable, and came at the cost of forcing a sample rate twice as high as specified. Since this work-around has been removed now, the specified sample rate is used (which effectively is twice as low as before). This means that same rates must be doubled to yield the same results as before (note that the effective sample rate will be the same then, meaning that rendering performance will be the same, in terms of both quality and time, but without the artifacts). The static field presets::VolumeRenderingStage::DEFAULT_SAMPLE_RATE has thus been doubled.