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

working vehicle spotlights

This commit is contained in:
tmj-fstate
2017-02-25 21:02:27 +01:00
parent 259e9042e1
commit 493340e602
11 changed files with 353 additions and 184 deletions

View File

@@ -231,7 +231,11 @@ class Global
static GLfloat diffuseLight[];
static GLfloat specularLight[];
#else
// TODO: put these things in the renderer
static opengl_light DayLight;
// TODO: possibly create a pool of few lights which can be attached to nearby vehicles
static opengl_light VehicleLight;
static opengl_light VehicleLightRear;
#endif
static GLfloat whiteLight[];
static GLfloat noLight[];