extended version of HeightMappedTerrainRenderer that can be used when height mapped is used in combination with a regular mesh renderer instead of a tilemap
used in combination with MeshOverlayGenerator in DebutTerrain of the Three demo in the Overlays_MeshHM overlay variant
https://citybuilder.softleitner.com/manual
|
string | TextureName = "_MainTex" |
|
Texture | Texture |
|
bool | PreventCulling = true |
|
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 |
|
◆ Assign()
override void CityBuilderCore.HeightMappedTerrainMesh.Assign |
( |
| ) |
|
|
inlinevirtual |
◆ assignProperties()
override void CityBuilderCore.HeightMappedTerrainMesh.assignProperties |
( |
MaterialPropertyBlock | propertyBlock | ) |
|
|
inlineprotectedvirtual |