opengl 3.3 renderer integration, minor renderer tweaks

This commit is contained in:
tmj-fstate
2019-10-31 19:37:53 +01:00
parent 9dcaa1e339
commit ae3cecfa42
49 changed files with 1804 additions and 412 deletions

View File

@@ -70,7 +70,7 @@ cSun::getDirection() {
}
float
cSun::getAngle() {
cSun::getAngle() const {
return (float)m_body.elevref;
}