Unreal Polygonal Map Gen Versions Save

An Unreal Engine 4 implementation of the Polygonal Map Generator for generating islands found at http://www-cs-students.stanford.edu/~amitp/game-programming/polygon-map-generation/

v1.0.1

5 years ago

A hotfix fixing issues with moisture/temperature assignment. Also slightly changes the API for accessing arrays in IslandMap.

v1.0.0

5 years ago

This is a release of the Polygonal Map Generator which works in 4.21.

To use, simply create an actor inheriting from IslandMap or IslandMapMesh and assign the required data assets. There are a few pre-made examples in the Content directory of the plugin.