I’d like to create a planet. I use Vue which has a feature to create planets, but you more or less have to take what they give you, or use a bitmap image. Using their sample, I can create a planet with Earth’s map. Great.
However, when I try to create my own bitmap image, it comes out looking hand drawn. The actual coastlines, mountain ranges, valleys, etc. are much more intricate in real life, and I’d like to come closer to that. I believe WM does a fantastic job of replicating natural intricacies, and I’d like to use that power to create my “world” bitmap image to use in Vue.
Any ideas?