16
0
mirror of https://github.com/MaSzyna-EU07/maszyna.git synced 2026-07-19 03:09:18 +02:00

virtual opengl color, overcast level based tweaks to light glare and freespot strength, precipitation based fog density adjustment, overcast level included in the light activation threshold

This commit is contained in:
tmj-fstate
2018-09-24 22:01:14 +02:00
parent 3d64d7fb9f
commit 308bea337d
10 changed files with 113 additions and 19 deletions

View File

@@ -524,7 +524,8 @@ bool TSegment::RenderLoft( gfx::vertex_array &Output, Math3D::vector3 const &Ori
}
return true;
};
/*
// NOTE: legacy leftover, potentially usable (but not really)
void TSegment::Render()
{
Math3D::vector3 pt;
@@ -572,5 +573,5 @@ void TSegment::Render()
glEnd();
}
}
*/
//---------------------------------------------------------------------------