Hello,
I’m trying to create a planet in my scene, and have come across some problems… well, it’s really just one very large problem really… the planet is really really large.
It’s so large in fact, that unity’s editor window won’t display it… it can only be seen by a game camera with a million-unit far clip.
Well, let’s put this into a more manageable problem…
I want to create a large planet… not quite earth sized, but perhaps about a tenth of it’s scale (which means a radius of about 600km)
The problem is that this planet is to be seen both from orbital altitudes and from surface level, so it has to look good from up close. (and preferably fast from far away)
So, I’ve tried the naive approach yesterday, and created a HUGE geosphere to be my planet… that led to all sorts of scale-related trouble, like clipping problems and texture floating point inaccuracies and such…
So, what I want to ask is: does anyone know the best way to create a life-sized planet that will look good both from surface level as well as from space? I’m not getting into atmosphere effects yet…right now this is just about the mesh that is to represent the planet.
As always, Thanks in advance
Cheers