Hoimar / Planet-Generator

A procedural planet generator addon for Godot with terrain LOD.
Other
196 stars 23 forks source link

Clouds, Terrain cache and more #23

Open ultrazar opened 3 years ago

ultrazar commented 3 years ago

I've been working on an online HTML5 game where you can explore the space. Here a pull request with the most interesting changes that I made. That are:

Valinakova commented 3 years ago

Cool! I will check this stuff out

Hoimar commented 2 years ago

Clouds are looking good already!

So while checking this out, I spotted a problem with the cloud shader, it warps towards the poles of the planetary sphere, because the vertex distribution is like that on a UV sphere. Perhaps you want to look into that, otherwise I'll do it when I have time.

Also, could you rebase this PR onto the latest commit onto the dev branch, 1ddb9bd9bd23236229961e966cbd612d40784b73?