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

17 lines
285 B
C#

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