Summary

Which method to use when downsampling a texture

Static Fields

Box Uses a box filter to downsample the texture
Default
GaussianBlur Uses a gaussian filter to downsample the texture
GaussianBorder Uses a gaussian filter to downsample the texture, applies border to not oversample edges
Max Downsamples the texture using a max operator filter ( brightest pixel )
Min Downsamples the texture using a min operator filter ( darkest pixel )
MinMax Downsamples the texture in red and green channels using a Min/Max filter ( darkest and brightest pixel )
None
people
Log in to reply
You can't reply if you're not logged in. That would be crazy.