16
0
mirror of https://github.com/MaSzyna-EU07/maszyna.git synced 2026-07-22 17:29:18 +02:00

debug configurable headlight

This commit is contained in:
milek7
2018-12-09 19:55:53 +01:00
parent 3c33bf8133
commit bd8c5ed59a
5 changed files with 24 additions and 6 deletions

View File

@@ -411,6 +411,8 @@ class opengl_renderer
bool m_blendingenabled;
bool m_widelines_supported;
float in_cutoff=0.997f, out_cutoff=0.99f, linear=0.07f, quadratic=0.02f, ambient=0.25f;
};
extern opengl_renderer GfxRenderer;