rt,我近日在制作项目spine时,有一个高度约为80px的宠物图,在导出图片时,导出自动解算为256*256,但是导出的图片原件变得异常模糊,想询问有没有解决的办法。
【关于spine像素写出图集出现的模糊问题】
图中为我的项目的实际原画原尺寸。
使用版本为4.1.
xiushihuatie For pixel art, it is recommended to choose Nearest
in the Resample
option of the texture packer settings.
If you have already set it and are having problems, could you post a screenshot of your current texture packer settings?
@xiushihuatie Also note that it is often the texture filter settings in your runtime which makes pixel art texture look blurry. Be sure to use Nearest
(Point) filtering in your runtime and not Linear
.
As Harry said, the problem is about filtering in the pixi-spine
runtime.
I've already answered about the blurriness problem in your original thread.
Next time, just reply on the already existing thread because it's easier for us to provide support
Davide 我明白了,十分感谢
Harald十分感谢,我需要这个解答,因为在网上根本搜不到类似的问题
Misaki 是的 我忽略了这一点,感谢你的解答!