I want to make planets with a blank planet but I'm an actual dummy and I don't even know what to do. Candomeone give me a simple tutorial of what to do???
the most basic terrain generator: noise generate height update height
in that order
in perlin noise: frequency changes the scale of the noise (like zooming in and out) scale is a multiplier for how low the lowest valleys are and how high the highest mountains are octaves is an integer (i think) for how detailed the noise is
the most basic terrain generator:
noise
generate height
update height
in that order
in perlin noise:
frequency changes the scale of the noise (like zooming in and out)
scale is a multiplier for how low the lowest valleys are and how high the highest mountains are
octaves is an integer (i think) for how detailed the noise is