8 lines
223 B
C#
8 lines
223 B
C#
|
namespace Pinwheel.Griffin.PaintTool
|
||
|
{
|
||
|
public enum GTexturePaintingMode
|
||
|
{
|
||
|
Elevation, HeightSampling, Terrace, Remap, Noise, SubDivision, Visibility, Albedo, Metallic, Smoothness, Splat, Mask, Custom
|
||
|
}
|
||
|
}
|