Cocos Creator 3.8 Post-Process Shader Writing (2/2) Advanced
Cocos
AUGUST 16, 2023
Preface In the last article , Kylin shared how to add your own post-effect Shader in the custom render pipeline in Cocos Creator 3.8. Simply put, Gaussian blur takes every pixel on an image and processes it with the following process. Final pixel value = sum of all (pixels * weights). name : the effect’s name.
Let's personalize your content