mirror of
https://github.com/luanti-org/luanti.git
synced 2025-08-16 18:01:40 +00:00
Add documentation of sun/moon orientation/scale differences (#12145)
This commit is contained in:
parent
038da00e79
commit
643971c948
3 changed files with 29 additions and 15 deletions
|
@ -200,9 +200,9 @@ private:
|
|||
|
||||
void updateStars();
|
||||
|
||||
void draw_sun(video::IVideoDriver *driver, float sunsize, const video::SColor &suncolor,
|
||||
void draw_sun(video::IVideoDriver *driver, const video::SColor &suncolor,
|
||||
const video::SColor &suncolor2, float wicked_time_of_day);
|
||||
void draw_moon(video::IVideoDriver *driver, float moonsize, const video::SColor &mooncolor,
|
||||
void draw_moon(video::IVideoDriver *driver, const video::SColor &mooncolor,
|
||||
const video::SColor &mooncolor2, float wicked_time_of_day);
|
||||
void draw_sky_body(std::array<video::S3DVertex, 4> &vertices,
|
||||
float pos_1, float pos_2, const video::SColor &c);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue