Hoimar / Planet-Generator

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

Bilboard mode #19

Closed ultrazar closed 3 years ago

Hoimar commented 3 years ago

Thanks for your work on this. But billboard mode would only be needed if the sun wouldn't already look_at() the camera (when running the project). This is needed to point the directional light at the camera, and to make the corona face the camera, too. So that already resembles the billboard functionality.

I'll close this for now, if you have any comments or doubts please let me know.