bloom替换

This commit is contained in:
SoulliesOfficial
2026-06-30 16:02:52 -04:00
parent 5158c529f7
commit fd75502f1a
7 changed files with 896 additions and 250 deletions

View File

@@ -60,7 +60,10 @@ namespace Echovoid.Runtime.Behavior.Rendering
public static readonly int _BloomParams = Shader.PropertyToID("_BloomParams");
public static readonly int _BloomTint = Shader.PropertyToID("_BloomTint");
public static readonly int _AnimeBloom_BlurRadius = Shader.PropertyToID("_BlurRadius");
public static readonly int _AnimeBloom_KernelScale = Shader.PropertyToID("_KernelScale");
public static readonly int _BloomTex = Shader.PropertyToID("_BloomTex");
public static readonly int _SourceTexLowMip = Shader.PropertyToID("_SourceTexLowMip");
public static readonly int _BloomScatterParams = Shader.PropertyToID("_BloomScatterParams");
// --- Anime ACES ---
public static readonly int _TonemapParams = Shader.PropertyToID("_TonemapParams");