connorwmackay / BlockGame

Another attempt at making a Minecraft clone with OpenGL and C++
GNU General Public License v3.0
0 stars 0 forks source link

Support for Grassland, Desert and Snow Biomes #2

Closed connorwmackay closed 1 year ago

connorwmackay commented 1 year ago

The world uses a noise generator to get a temperature value for each chunk which determines the biome. This will eventually expand to take into account elevation, humidity etc.