I still need rings for the gas giants, and some sort of color randomization (all bands currently get generated in same order each team). Variable turbulence levels would be nice, too. Blander gas worlds like Neptune and Uranus may need another approach.
Perlin's marble texture used for a gas giant like Jupiter. |
There are still some failures, though. The cloudy planet like Venus utilizes my implementation of Musgrave's Coriolis algorithm, which is built upon his VLfBm (variable lacunarity fractional Brownian motion) algorithm, which in turn depends upon his VLNoise algorithm, which in turn is dependent upon Ken Perlin's DNoise (derivative of noise) algorithm. . . which I failed to implement properly. Alas, searching the web reveals few properly working implementations, so it looks like I'll need to do some additional research to understand how to implement an algorithm that calculates the derivative of Perlin noise.
And here are a few interesting failures along the way.
This was due to problems in trigonometry. This is supposed to resemble a gas giant like Jupiter. |
The map of cloudy planet looks more like the opening titles to a vintage episode of Doctor Who. |
No comments:
Post a Comment