15 lines
266 B
C#
15 lines
266 B
C#
namespace Pinwheel.Griffin.TextureTool
|
|
{
|
|
public enum GTextureGenerationMode
|
|
{
|
|
HeightMap,
|
|
HeightMapFromMesh,
|
|
NormalMap,
|
|
SteepnessMap,
|
|
NoiseMap,
|
|
ColorMap,
|
|
BlendMap,
|
|
FoliageDistributionMap
|
|
}
|
|
}
|