Skip to main content

Creating a 3D Terrain Modelling Application

Main article describe the usage of LightningChart .NET and C# to create a 3D terrain modeling application. This application will be capable of reading any JPG or PNG image and generating data points for each pixel, positioning them on a 3D plane.

Each point will have a unique value on the Y-axis, introducing verticality and relief to otherwise flat images. The height of each point will be determined by the intensity of the pixel’s color, with darker colors assigned lower Y-axis values.

This tutorial is using 3D PointLineSeries3D.

3D Terrain Modelling 3D Terrain Modelling

info

Check following link for step-by-step tutorial how to create a 3D terrain modelling data application project using WPF chart controls: Creating a 3D Terrain Modelling Application.