Procedural Planet Surface
I’ve recently been working on generating planet surfaces, initially using Open Simplex Noise, and building on this using fractional Brownian Motion. This makes them more interesting than just spheres, and allows for features like mountains and oceans, within the small scale I’ve chosen to work with. The player character must be affected by the height of the planet surface, which posed an interesting challenge.