BITFALL/Assets/Polaris - Low Poly Ecosystem/Polaris - Low Poly Terrain .../Runtime/Scripts/TextureTool/Generators/GTextureGenerationMode.cs

15 lines
266 B
C#

namespace Pinwheel.Griffin.TextureTool
{
public enum GTextureGenerationMode
{
HeightMap,
HeightMapFromMesh,
NormalMap,
SteepnessMap,
NoiseMap,
ColorMap,
BlendMap,
FoliageDistributionMap
}
}