Updated OutlineScope;

Reorgnize shader code;
This commit is contained in:
2025-02-03 13:46:31 +09:00
parent 281dfbc4f0
commit 886432db7b
24 changed files with 275 additions and 293 deletions

View File

@@ -0,0 +1,32 @@
namespace Misaki.HdrpToon
{
internal enum ShadingMode
{
Standard,
SDF,
}
internal enum PBRMode
{
Off,
Standard,
Anisotropy,
KKHair,
Toon
}
internal enum IndirectDiffuseMode
{
Off,
IBL,
Matcap,
Ramp
}
internal enum IndirectSpecularMode
{
Off,
IBL,
Matcap
}
}