October 2016
Intermediate to advanced
452 pages
9h 47m
English
If you use ALandscape in your scene, you may want to program the heights on it using code instead of manually brushing it in. To access the ALandscape object and its functions inside of your code, you must compile and link in the Landscape and LandscapeEditor APIs.

Generating a landscape is not terribly challenging. You need to link in both the Landscape and LandscapeEditor APIs, and also have a programmatic way to set the height values across the map. In this recipe, we'll show how to use the Perlin noise for this.
Previously, you may have seen Perlin noise used for coloration, but ...
Read now
Unlock full access