Bitmap TileX ONLY

限于喜欢 提交于 2019-12-09 08:08:27

It appears that your bitmap takes a CLAMP tilemode in Y.

I guess it's the default value.

You should define what you need for the vertical direction, since your image is to small for your background, do you want to repeat it ? or strech it ?

if you don't want any of this, but need simply another color for the space under this image, you should consider adding a one pixel horizontal line at the bottom of the image.

then let the CLAMP tilemode extend this color to the entire background.

more information on this here

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