Skip to content

itsKristin/Procedural-Terrain-Generation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Procedural-Terrain-Generation

If you are interested in finding out how to procedurally generate a terrain in Unity, you've come to the right place. 

How it works: The TerrainGenerator.cs takes in values for the perlin noise which is used to calculate the entire terrain height. I then added mountains that are generated by lifting up a random point on the terrain and then looping through each of the surrounding points to adjust their height values.

I am basically doing the exact same thing for the holes but instead of raising a point, we are lowering a point.

For the terrain painting I simply wrote a class that holds all the values for a splat prototype and I added a height value which will determine the terrain height for the set texture.

I am using noise and mapping to roughen the edges between two kinds of textures to ensure a more realistic look.

About

If you are interested in finding out how to procedurally generate a terrain in Unity, you've come to the right place. 

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages