What Are The Benefits Of Tile Overlap?

百般思念 提交于 2019-12-06 13:53:31

The advantage is when using sub-pixeling and interpolation when the tiles are placed at non-integer values.

If they overlap a little (usually just a single pixel) they will camouflage the tiny gap that typically occur.

(right-click and select "view image" to see larger version)


(from this question)

For performance one would tend to at least use width and height divisible by 4 (or 8 for 64-bit) as these are faster to copy in memory, and often a size of 2n (ie. 32, 64, 128 etc.). Also see mip-mapping for zooming.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!