Wallpaper Engine:壁纸引擎

Wallpaper Engine:壁纸引擎

44 个评价
Pixelate
   
奖励
收藏
已收藏
取消收藏
Age Rating: Everyone
Category: Asset
Asset Type: Effect
Asset Genre: Post Processing
文件大小
发表于
更新日期
894.465 KB
2020 年 4 月 29 日 下午 8:31
2021 年 11 月 27 日 下午 1:36
4 项改动说明 ( 查看 )

订阅以下载
Pixelate

描述
Lowers the resolution of the layer, making it appear either pixelated or blurry.

The new resolution can be set to a custom width and height, or as a multiple of the layer's existing resolution.


Note that this does not increase performance as it is still rendering the entire image and then downsampling.
6 条留言
Johnyan02 2024 年 9 月 2 日 下午 12:13 
Hey, can you add a opacity mask?
Biohazard  [开发者] 2022 年 6 月 16 日 下午 1:42 
Hi OMGparticles, we noticed this effect currently doesn't work on Android/OpenGL because the pixel shader needs an explicit cast or swizzling in two places (v_PixelSize.xy instead of v_PixelSize).

We will add a compatibility replacement from our end for the conversion process, but I wanted to let you know just in case you wanted to update it as well.
OMGparticles  [作者] 2021 年 11 月 23 日 下午 8:01 
Thanks Bio, should be fixed now.
Biohazard  [开发者] 2021 年 11 月 23 日 下午 6:05 
Hey, I think this effect doesn't work anymore with the point filter option enabled, I noticed this on the beta but also checked the current public build. The image gets cropped or scaled oddly.

The issue seems to come from texCoord00 = round(texCoord00 * g_Texture0Resolution.xy) * g_TexelSize + g_TexelSize * 0.5;

g_TexelSize is for the screen resolution, so replacing it with 1.0/g_Texture0Resolution.xy seems to fix it. (maybe you could just turn v_PixelSize into a vec4 to move the division into the vertex shader)
OMGparticles  [作者] 2020 年 5 月 9 日 下午 9:10 
Assets can only be used in the beta version of Wallpaper Engine for now, as mentioned here: https://psteamcommunity.yuanyoumao.com/app/431960/discussions/2/2261313417709293714/

To use it, you first open the wallpaper editor and go to add an effect to a layer. When the window pops up to choose an effect, you click the Workshop button in the bottom left. Find this effect in there and subscribe to it. Then go back to the effect picker and it should be in the list of effects near the top. Then you just use it like you would any other effect.
♠️TrickStar♠ 2020 年 5 月 9 日 下午 5:22 
how do i use it