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