Tesseract Engine Documentation

TerrainNormalStuff.GenerateTerrainNormals Method 

Generate the normal map from the height map

public void GenerateTerrainNormals(
   ref Texture2D& normalMap,
   Texture2D heightMap
);

Parameters

normalMap
Output normal map
heightMap
Input height map

See Also

TerrainNormalStuff Class | DarkWynter.Stream Namespace