Added SurfaceFeatureFlags;
Added OutlineScope; Added AngelRingScope; Change up Outline pass
This commit is contained in:
@@ -25,6 +25,8 @@ namespace Misaki.HdrpToon.Editor
|
||||
private void OnInitialize(MaterialEditor materialEditor, MaterialProperty[] properties)
|
||||
{
|
||||
AddUIScope(new SurfaceOptionsScope());
|
||||
AddUIScope(new AngelRingScope());
|
||||
AddUIScope(new OutlineScope());
|
||||
|
||||
Initialize(materialEditor, properties);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user