Creating Procedurally Generated Terrain for RTS Game [Tutorial]

Hello everyone, I posted a 3D procedural terrain tutorial for creating map in my RTS game. The system generates infinite terrain. It uses a very simple approach of displacing vertices using Perlin noise & then applies splat-map based textures on the surface.

2 Likes