16
0
mirror of https://github.com/MaSzyna-EU07/maszyna.git synced 2026-07-21 13:39:18 +02:00

implement moon

This commit is contained in:
WLs50
2025-03-16 22:12:37 +01:00
parent 07583a9f07
commit 8f98292cbe
13 changed files with 73 additions and 24 deletions

View File

@@ -52,7 +52,7 @@ cSun::getPosition() {
}
*/
glm::vec3
cSun::getDirection() {
cSun::getDirection() const {
return m_position;
}