Optmize shader structure
This commit is contained in:
9
Runtime/Models/ShadingMode.cs
Normal file
9
Runtime/Models/ShadingMode.cs
Normal file
@@ -0,0 +1,9 @@
|
||||
namespace Misaki.HdrpToon
|
||||
{
|
||||
internal enum ShadingMode
|
||||
{
|
||||
ThreeColorStep,
|
||||
SDF,
|
||||
Ramp
|
||||
}
|
||||
}
|
||||
2
Runtime/Models/ShadingMode.cs.meta
Normal file
2
Runtime/Models/ShadingMode.cs.meta
Normal file
@@ -0,0 +1,2 @@
|
||||
fileFormatVersion: 2
|
||||
guid: b5065e386905cb248bdf1ded804260b4
|
||||
Reference in New Issue
Block a user