8 lines
115 B
C#
8 lines
115 B
C#
public enum ReliefTerrainDerivedTexturesItems
|
|
{
|
|
Atlasing = 0,
|
|
Heightmaps = 1,
|
|
Bumpmaps = 2,
|
|
Globalnormal = 3
|
|
}
|