Skip to content

make the default to auto shift scale data

Ken Martin requested to merge ken-martin/vtk:auto_shiftscale into master

Too many cases run into floating point resolution issues when rendering data that is located away from zero. Auto shift scale addresses this but is off by default. This topic changes it so that it is on by default and the threshold for using it is lower.

Merge request reports