Been thinking about what noise I wanna use to generate the world in my block game.
Uncategorized
2
Posts
2
Posters
0
Views
-
Been thinking about what noise I wanna use to generate the world in my block game. Perlin/simplex noise is obvious but you can't seed it and I want areas that are relatively flat for generating towns and villages. Not sure what to do about that
-
Been thinking about what noise I wanna use to generate the world in my block game. Perlin/simplex noise is obvious but you can't seed it and I want areas that are relatively flat for generating towns and villages. Not sure what to do about that
@eniko Scale it? Say, add a capped multiplicative or exponential scaling factor related to the distance from the nearest building?
-