applies the heightmap and various other settings of a terrain to the per renderer property of a material
in combination with the HeightMapped shader this can be used to draw tilemaps over terrains
https://citybuilder.softleitner.com/manual
|
Terrain | Terrain |
|
Renderer | Renderer |
|
string | Name = "_HeightMap" |
|
string | SizeName = "_Size" |
|
string | HeightName = "_Height" |
|
string | HeightOffsetName = "_HeightOffset" |
|
float | HeightOffsetRaise = 0.01f |
|
string | OffsetName = "_Offset" |
|
float | OffsetValue = -1 |
|
|
virtual void | assignProperties (MaterialPropertyBlock propertyBlock) |
|