Loading...
Searching...
No Matches
CityBuilderCore.HeightMappedTerrainMesh Class Reference

Detailed Description

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

Inheritance diagram for CityBuilderCore.HeightMappedTerrainMesh:
CityBuilderCore.HeightMappedTerrainRenderer

Public Member Functions

override void Assign ()
 

Public Attributes

string TextureName = "_MainTex"
 
Texture Texture
 
bool PreventCulling = true
 
- Public Attributes inherited from CityBuilderCore.HeightMappedTerrainRenderer
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
 

Protected Member Functions

override void assignProperties (MaterialPropertyBlock propertyBlock)
 

Member Function Documentation

◆ Assign()

override void CityBuilderCore.HeightMappedTerrainMesh.Assign ( )
inlinevirtual

◆ assignProperties()

override void CityBuilderCore.HeightMappedTerrainMesh.assignProperties ( MaterialPropertyBlock propertyBlock)
inlineprotectedvirtual