开发者

What type of Pixel Interpolation is used by OpenGL?

开发者 https://www.devze.com 2022-12-12 08:32 出处:网络
I would like to know what type of Pixel Interpolation is used by OpenGL. Does it use one of the Standard Pixel Interpolation techniques 开发者_StackOverflow社区like Nearest Neighbor, Bilinear or Bicub

I would like to know what type of Pixel Interpolation is used by OpenGL. Does it use one of the Standard Pixel Interpolation techniques 开发者_StackOverflow社区like Nearest Neighbor, Bilinear or Bicubic?


If you mean the various texture filtering methods, you can set nearest neighbour, as well as bi-linear (lerp) or even tri-linear (interpolating through multiple scaled textures (mipmaps), as well as the adjacent '2D' pixels).

The filtering method can be set independently for magnification as well as minification.

You can find more info here.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号