Added ShadowScope;

Renamed PBRScope to SurfaceInputsScope;
This commit is contained in:
2025-02-01 20:51:22 +09:00
parent 458afd880f
commit 3273812902
26 changed files with 346 additions and 172 deletions

View File

@@ -4,9 +4,9 @@ namespace Misaki.HdrpToon.Editor
{
SurfaceOptions = 1 << 0,
ShadingColor = 1 << 1,
ShadingGrade = 1 << 2,
Shadow = 1 << 2,
MaterialFeature = 1 << 3,
PBR = 1 << 4,
SurfaceInputs = 1 << 4,
AmbientMode = 1 << 5,
Highlight = 1 << 6,
Rimlight = 1 << 7,