Added PBRScope;

This commit is contained in:
2025-01-31 22:28:21 +08:00
parent 68870fe818
commit 780b3f9f13
4 changed files with 230 additions and 2 deletions

View File

@@ -26,6 +26,7 @@ namespace Misaki.HdrpToon.Editor
{
AddUIScope(new SurfaceOptionsScope());
AddUIScope(new ShadingColorScope());
AddUIScope(new PBRScope());
AddUIScope(new RimLightScope());
AddUIScope(new AngelRingScope());
AddUIScope(new OutlineScope());