16
0
mirror of https://github.com/MaSzyna-EU07/maszyna.git synced 2026-07-22 11:39:19 +02:00

build 210509. configurable max draw range factor, moon visualization enhancement, night lighting tweak, minor bug fixes

This commit is contained in:
tmj-fstate
2021-05-10 00:50:54 +02:00
parent 51415ef71f
commit 05d8af139a
13 changed files with 95 additions and 52 deletions

2
moon.h
View File

@@ -12,7 +12,7 @@ public:
// methods:
void init();
void update();
void update( bool const Includephase = false );
void render();
// returns vector pointing at the sun
glm::vec3 getDirection();