7 lines
64 B
C#
7 lines
64 B
C#
public enum TerrainShaderLod
|
|
{
|
|
POM = 0,
|
|
PM = 1,
|
|
SIMPLE = 2
|
|
}
|