I got the idea today about the asteroids.
Currently the setting for the asteroid size:
ASTEROID_RADIUS_MAX = 64 //Asteroid max radius in blocks (from -x to +x)
What I was thinking was something like the planet settings:
PLANET_SIZE_MEAN = 225.0 //Planet size mean (normal gaussian distribution) (min 50)
PLANET_SIZE_DEVIATION = 85.0 //Planet size standard deviation. Note: normal gaussian distribution graph scaled horizontally by 1/3 (min 0)
Thought I'd put this out there and see what everyone thought.
Currently the setting for the asteroid size:
ASTEROID_RADIUS_MAX = 64 //Asteroid max radius in blocks (from -x to +x)
What I was thinking was something like the planet settings:
PLANET_SIZE_MEAN = 225.0 //Planet size mean (normal gaussian distribution) (min 50)
PLANET_SIZE_DEVIATION = 85.0 //Planet size standard deviation. Note: normal gaussian distribution graph scaled horizontally by 1/3 (min 0)
Thought I'd put this out there and see what everyone thought.