Radial Blur

This commit is contained in:
SoulliesOfficial
2025-07-15 08:52:36 -04:00
parent 4708da8318
commit bcd71d225e
9 changed files with 17928 additions and 15985 deletions

View File

@@ -12,6 +12,7 @@ namespace Ichni.Editor
public class PostProcessingManager : MonoBehaviour
{
public Volume globalVolume;
public NBPostProcessingController nbController;
public PixelateFeature pixelateFeature;
void Awake()
@@ -65,7 +66,6 @@ namespace Ichni.Editor
}
}
[Button]
public void SetFeatureActive(bool enable)
{
if (pixelateFeature != null)
@@ -73,8 +73,7 @@ namespace Ichni.Editor
pixelateFeature.SetActive(enable);
}
}
[Button]
public void SetPixelateStrength(float strengthX, float strengthY)
{
if (pixelateFeature != null)