Archive 17/01/2023.

Terrain node

slapin

Hi all!

What tools can be used to create Terrain node data?

Thanks a lot!

jmiller

Height and weight map texture generation tools:

Samples/19_VehicleDemo creates a Terrain and does this:

terrain->SetHeightMap(cache->GetResource<Image>("Textures/HeightMap.png")); terrain->SetMaterial(cache->GetResource<Material>("Materials/Terrain.xml"));
Materials/Terrain.xml assigns Textures/TerrainWeights.dds which determines how the detail textures blend.