Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试使用垂直滚动的背景。我有一个两倍于屏幕高度的图像。该图像是平面蓝色图像(无缝)。然而,在滚动过程中,一条细黑线仍然存在于滚动时图像连接的位置。
我使用了正常的偏移机制来实现无限滚动。
有人可以帮我删除这条线吗?附上图片。
谢谢
采用
myImage.scaleY=1.01f;
它通常有效,为您的情况找到合适的值,也许是 1.05,也许是 1.001。
将背景设置为 0.5 像素位置。将每帧的位置更新为 0.5 坐标,例如 (20.5, 100.5)。
另一种方法是让背景图像重叠 1 个像素。