slapin
Hi all!
What tools can be used to create Terrain node data?
Thanks a lot!
Hi all!
What tools can be used to create Terrain node data?
Thanks a lot!
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.